zl程序教程

您现在的位置是:首页 >  后端

当前栏目

python 指定文件编码的方法

2023-09-27 14:25:20 时间
import sys
reload(sys)
sys.setdefaultencoding('utf-8')