ElementTree as ET # parse xml file tree = ET.parse(file_name) # get root node ... rank.set("updated", "yes") # dump 함수는 인자로 넘어온 tag 이하를 print ...
確定! 回上一頁