python2.7无法正常处理中文 Yangyou 2019-05-24 Python 12345# encoding=utf8 import sys reload(sys) sys.setdefaultencoding('utf8')