XML的编码之惑:GBK不匹配,为何会是utf-8?import xml.etree.ElementTree as EtEt.parse(xml) 'gbk' codec can't decode byte 解决办法:把下面之前的代码1月前50