Advertisement

Python错误:字典对象没有属性iteritems

阅读量:
复制代码
    报错:AttributeError: 'dict' object has no attribute 'iteritems'
    
    

原因:python3中iteritems()被items()代替了

全部评论 (0)

还没有任何评论哟~