最近有處理XML 檔案的需求,第一時間想到的就是Python ,上一次處理XML 已經是四、五年前的 ... print(root.tag) print(root.find('element').text) ...
確定! 回上一頁