parseString(xml_string) pretty_xml_as_string = parsed_xml.toprettyxml() file = open("./content_new.xml", 'w') file.write(pretty_xml_as_string) file.close().
確定! 回上一頁