标签:color open pytho python file 解决 乱码 codec pre
import codecs with codecs.open(‘h.csv‘, ‘rb‘, ‘gb2312‘) as csvfile: for line in csvfile: print line
标签:color open pytho python file 解决 乱码 codec pre
原文地址:https://www.cnblogs.com/zhangbao003/p/9360118.html