name.appendChild(namevalue). print doc.toprettyxml(indent="") f = open(xml, 'a+') f.write(doc.toprettyxml(indent="")) f.close() ...
確定! 回上一頁