format在python中的含义format函数是一种字符串格式化方法,主要用于构造字符串。Format其实就是str.format(),它是python2.6之后引入的一个新的字符串格式化函数。它...