import xml.etree.ElementTree as XET/ 載入xml.etree.ElementTree 模組並且命名為XET; tree = XET.parse('example.xml')/ 讀取XML檔案載入文字到模組 ...
確定! 回上一頁