标签:python windows 上面运行出现unicodeencodeerror: 'ascii'
Python windows 上面运行出现UnicodeEncodeError: ‘ascii‘ codec can‘t encode characters in position
直接代码!!!!!!!
import sys reload(sys) sys.setdefaultencoding(‘utf-8‘)
只需三行代码加入到文件内容的前面即可搞定
本文出自 “岳贺庚” 博客,请务必保留此出处http://yhgcenter.blog.51cto.com/2623981/1854606
Python windows 上面运行出现UnicodeEncodeError: 'ascii'
标签:python windows 上面运行出现unicodeencodeerror: 'ascii'
原文地址:http://yhgcenter.blog.51cto.com/2623981/1854606