coding: utf-8 -*- import sys import uuid import xml.etree.ElementTree as ET def updateTag(xmlFile): tree = ET.parse(xmlFile) root = tree.getroot() for doc ...
確定! 回上一頁