摘要: python读取txt文件 1、错误一 with open(path,'r') as f: for line in f: line = line.strip() # # 报错: UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in pos 阅读全文
posted @ 2019-06-27 18:40 努力奋斗小青年 阅读(984) 评论(0) 推荐(0) 编辑