使用 python open("build.xml","w") 创建出来的build.xml的编码方式不utf-8的为什么,
有什么方法可以让他创建出来的编码方式为utf-8
open("build.xml","w","utf-8")
不对呀。 从这样写代码就不执行了
为什么呀
@张伟....:
参考:Writing XML to file corrupts files in python,http://www.evanjones.ca/python-utf8.html
是这样写的啊