open('order.log','r', encoding='UTF-8')
改为
open('order.log','rb')
python读取文件UnicodeDecodeError: 'gbk' codec can't decode byte 0xfe in position 575056: illegal multiby
阅读 51
2022-08-03
open('order.log','r', encoding='UTF-8')
改为
open('order.log','rb')
相关推荐
精彩评论(0)