码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2021-06-28 17:35:34      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:div   html   man   href   中文路径   路径   blog   字符串   usr   

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

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

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

 

例如:

#!/usr/bin/python
#-*- coding:cp936 -*-
file = ‘E:/_申请/横向/‘

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

标签:div   html   man   href   中文路径   路径   blog   字符串   usr   

原文地址:https://www.cnblogs.com/focus-z/p/14931411.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!