xml.dom.minidom介绍

加载解析xml文件:

from xml.dom import minidom

doc=minidom.parse("Book.xml")
原文地址:https://www.cnblogs.com/canbefree/p/3511958.html