import os import json import xmltodict def xml_to_JSON(xml): # 格式转换try: convertJson = xmltodict.parse(xml, encoding = 'utf-8') jsonStr ...
確定! 回上一頁