字符串格式化入门
用formatStr = 'python {0}我来了'.format('3.0')
和print(formatStr)
来格式化字符串。
302KB
文件大小:
评论区