python3.6报错:AttributeError: 'str' object has no attribute 'decode'

xiaoxiao2021-02-28  20

错误源代码: class_list.append(folder.decode('utf-8')) ;修改方法:把decode改为encode即可。
转载请注明原文地址: https://www.6miu.com/read-2632510.html

最新回复(0)