我用的是element tree 的findall和find,但是处理起来比较慢,有没有什么快一点的方法?
用xml.dom或者lxml
from xml.dom import minidom
doc = minidom.parseString(webinfo)# doc = minidom.parse("11.xml")root = doc.documentElementnodes = get_xmlnode(root,'SITE')