python xml 转成dict,可以转成dict defdictlist(node): res={} res[node.tag]={} xmltodict(node,res[node.tag]) reply={}
確定! 回上一頁