illegal multibyte sequence问题

解决UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0xa6 in position 9737: with open(file) as f: 将其改成: with open(file,encoding=“utf-8”) as f:     
相关文章
相关标签/搜索