摘要: Python在读取文件时 with open('article.txt') as f: # 打开新的文本 text_new = f.read() # 读取文本数据 出现错误: UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in posi 阅读全文
posted @ 2022-12-30 09:45 墨雪飘影 阅读(540) 评论(0) 推荐(0)