python2.7.15 xml参考文档简易化使用:一、打开xml文件import xml.etree.ElementTree as ETtree = ET.parse('country_data.xml') 这种方法最好 ...
確定! 回上一頁