xml 協議在各個語言裡的都是支持的,在python中可以用以下模塊操作xml: ... ElementTree as ET tree = ET.parse("xmltest.xml") root ...
確定! 回上一頁