Python3 UnicodeDecodeError with readlines() method

代碼示例:python with open(TargetFile,'r',encoding='utf-8') as inputdata: contents=inputdata.readlines() 當咱們打開一個utf8含bom或者其餘未知字符的文件時,會提示unicodeDecodeError:‘utf-8’ codec can’t decode byte 0x8fweb 解決辦法: 咱們加
相關文章
相關標籤/搜索