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