def convert(xml_file, xml_attribs = True ):. with open (xml_file) as f: d = xmltodict.parse(f, xml_attribs = xml_attribs). return d ...
確定! 回上一頁