Python的字符集处理实在蛋疼,目前使用UTF-8居多,然后默认使用的字符集是ascii,所以我们需要改成utf-8

python错误:AttributeError: 'module' object has no attribute 'setdefaultencoding'问题

python错误:AttributeError: 'module' object has no attribute 'setdefaultencoding'问题