2020年4月14日

UnicodeEncodeError: 'gbk' codec can't encode character '\xa9' in position 3738: illegal multibyte sequence 问题处理

摘要: 当我们运行程序遇到: UnicodeEncodeError: 'gbk' codec can't encode character '\xa9' in position 3738: illegal multibyte sequence 报错问题的时候,这个时候一般在写入文件or读取文件位置加上“en 阅读全文

posted @ 2020-04-14 21:28 叶小艾 阅读(2926) 评论(1) 推荐(0)

导航