GBK vs UTF-8:XML解析过程中的代码难题import xml.etree.ElementTree as EtEt.parse(xml) 'gbk' codec can't decode byte 解决办法:把下面之前的代码1月前90