ElementTree as ET tree = ET.parse('students.xml') ... test.xml文件內容: <root><sub1 name="name attribute" /><sub2>test</sub2></root> 更新 ...
確定! 回上一頁