ElementTree模組來處理xml,將dictionary 資料>>> data = {'id' : '1','na. ... for elem in students_ele: ... print(elem.tag,elem.text) ... id 1 ...
確定! 回上一頁