python json xml elementtree ... import json as j import xml.etree.cElementTree as e with open('data.json') as data_file: data ...
確定! 回上一頁