运维网's Archiver
论坛
›
Python
› python 'ascii' codec can't decode
sunyke
发表于 2017-5-7 13:48:27
python 'ascii' codec can't decode
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
页:
[1]
查看完整版本:
python 'ascii' codec can't decode