摘要:
python2 with open 没有 encoding 这个参数 会报错, 可以 import io with io.open(path,"") as f: 这样就ok 或者是读取的时候 加上 encoding 阅读全文
posted @ 2019-04-27 18:33
吃瓜的瓜农
阅读(2167)
评论(0)
推荐(0)
|
摘要:
python2 with open 没有 encoding 这个参数 会报错, 可以 import io with io.open(path,"") as f: 这样就ok 或者是读取的时候 加上 encoding 阅读全文
posted @ 2019-04-27 18:33
吃瓜的瓜农
阅读(2167)
评论(0)
推荐(0)
|