import codecs file=codecs.open("lol.txt","w","utf-8") file.write(u"我") file.close(). 读取ANSI编码的文本文件和utf-8编码的文件 ...
確定! 回上一頁