#!/usr/bin/python # -*- coding: utf-8 -*- import xmltodict import json def ... #xml To dict convertedDict = xmltodict.parse(all_the_xmlStr) ...
確定! 回上一頁