python 输出字符串如果遇到字典

>>> d = {'a':1}
>>> print '%s' % 1,d
1 {'a': 1}
>>> print '%s %s' % 1,d
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: not enough arguments for format string
上一篇:C# Parallel用法


下一篇:My Game --简介