摘要: 这个问题主要在于该文件不能用rb打开,编码的格式不对。 解决办法: 将rb改为r,然后加 encoding="utf-8" 阅读全文
posted @ 2018-01-06 22:29 GuoKevin 阅读(318) 评论(0) 推荐(0) 编辑