发布时间:2019-09-21 10:49:27编辑:auto阅读(1779)
转载自:http://blog.csdn.net/yukin_xue/article/details/9769803
Python直接读取中文路径的文件时失败,可做如下处理:
dst3 = "D:/test/测试文件夹.txt"
uipath = unicode(dst3 , "utf8")
然后用"uipath"经过编码后的路径去open()或者:
shutil.copyfile(src,uipath)
就可以了
上一篇: Gearman Python
下一篇: 10个Python练手项目
47839
46383
37274
34725
29311
25968
24899
19946
19538
18019
5788°
6410°
5925°
5959°
7062°
5908°
5941°
6435°
6402°
7774°