AttributeError: 'dict' object has no attribute 'iteritems' python3报错

把iteritems改为items

原文地址:https://www.cnblogs.com/chulin/p/9262068.html