import json import xmltodict #定义xml转json的函数def xmltojson(xmlstr): #parse是的xml解析器xmlparse = xmltodict.parse(xmlstr) #json库dumps() ...
確定! 回上一頁