To pretty print XML in Python, we can use the xml.dom.minidom.parseString method. For instance, we write: import xml.dom.minidom xml_string = '' ...
確定! 回上一頁