下面是我的示例代码,我在后台使用wget下载statsxml.jsp,然后解析xml。我的问题是现在我需要解析多个XMLURL,正如您在下面的代码中看到的,我正在使用一个文件。如何实现?示例网址-http://www.trion1.com:6060/stat.xml,http://www.trion2.com:6060/stat.xml,http://www.trion3.com:6060/stat.xmlimportxml.etree.cElementTreeasETtree=ET.ElementTree(file='statsxml.jsp')root=tree.getroot()