0
点赞
收藏
分享

微信扫一扫

UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte解决方案

金牛豆豆 2022-05-01 阅读 249

将with open(file) as f: 改成 with open(file, ‘r’, encoding=‘utf-8’) as f:

举报

相关推荐

0 条评论