python讀取中文文本出錯,'gbk' codec can't decode byte 0xad in position 5: illegal multibyte sequence

在open()括號裏添加第三個參數encoding="utf-8"就好了。 file = open(「D:\Programming_exercise\python\Unit6_CalHamletV1\File.txt」,「rt」,encoding=「utf-8」) 正確讀取結果: 注意,文本文件中有中文標點符號也要加這個參數
相關文章
相關標籤/搜索