'dict' object has no attribute 'iteritems'

来源:互联网 发布:叁度软件 编辑:程序博客网 时间:2024/06/06 12:24

pyhton3中使用了items:

把iteritems改为items就成了

阅读全文
0 0