摘要: 转载自:如何使用Python实现XML转JSON - 知乎 (zhihu.com) 代码: import os import json import xmltodict def xml_to_JSON(xml): # 格式转换 try: convertJson = xmltodict.parse(x 阅读全文
posted @ 2023-07-23 17:32 风中奔跑 阅读(259) 评论(0) 推荐(0)