摘要: 读写文件都要将中文转为unicode字符。读文件:u = unicode(s, 'gbk')这里不能使用encode写文件:u =encode('utf') 阅读全文
posted @ 2014-12-22 21:43 郭导技术小站 阅读(724) 评论(0) 推荐(0)