python 2.7 listdir讀取中文目錄亂碼

問題描述 在用 os.listdir(source_path) 遍歷文件目錄時,發現若文件目錄有中文的話可能會出現相似於 '������' 的亂碼html 解決方法 使用 unicode 處理 具體代碼 os.listdir(unicode(source_path", 'utf-8'))web 參考文章 http://www.javashuo.com/article/p-rmigmgqr-bx.h
相關文章
相關標籤/搜索