程式語言:Python ... import xml.etree.ElementTree as ET; tree = ET.parse('data.xml'); root = tree.getroot(); # root[0] 表示第一個child ...
確定! 回上一頁