摘要:
问题一:python读取文件时报错:“UnicodeDecodeError: 'gbk' codec can't decode byte 0x8d in position 52: illegal multibyte sequence” 解决方法: 1、txt= open('read.txt','r', encoding='UTF-8') 2、txt= open('read.txt','rb') ... 阅读全文
posted @ 2019-01-09 16:09
Amberly
阅读(14)
评论(0)
推荐(0)

浙公网安备 33010602011771号