摘要: f = open('testJson.json','a',encoding="utf-8")for each in root1.getiterator("person"): tempDict = each.attrib for childNode in each.getchildren(): # 利 阅读全文
posted @ 2018-10-19 16:10 邪狂 阅读(6432) 评论(0) 推荐(0)
柔柔弱弱