操作整個XML文件時使用ElementTree類,比如讀寫XML檔案。 ... indent = indent for child in elment: if child.text: print(indent,child.tag ...
確定! 回上一頁