python 读取中文文件名/中文路径

时间:2021-06-28 17:35:34   收藏:0   阅读:0

https://www.cnblogs.com/emanlee/p/14336685.html

如果文件名,路径名称,字符串中含有中文汉字,文件头加上这个:

#!/usr/bin/python
#-*- coding:cp936 -*-

 

例如:

#!/usr/bin/python
#-*- coding:cp936 -*-
file = ‘E:/_申请/横向/‘
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!