str.format(**locals())

locals返回当前作用域 的所有局部变量的变量名:变量值组成的字典。 例子: url_base = 'http://yann.lecun.com/exdb/mnist/' file_names = ['train-images-idx3-ubyte.gz', 'train-labels-idx1-ubyte.gz', 't10k-image
本站公众号
   欢迎关注本站公众号,获取更多信息