UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xa6 in position 34: illegal multibyte sequence
python读取TXT文件时出现错误withopen(r'高等数学.txt')asfile_object:contents=file_object.read()print(contents)报错:原因:Unicode的解码(Decode)出现错误(Error)了,以gbk编码的方式去解码(该字符串变成Unicode),但是此处通过gbk的方式,却无法解码(can’tdecode)。“illegal