from xml.dom.minidom import Document def WriteXML(): doc = Document() ... [Python] 輸出xml檔 ... createTextNode('Write Data in XML File')
確定! 回上一頁