Python2.7处理中文路径时遇到了些问题 解决方法如下 import os path='./测试' upath=unicode(path,'utf-8') dirs=os.listdir(upath) 相关文章: