from xml.dom import minidom. item = minidom.Document().createElement("item") item.setAttribute("color", "red") print item.toxml() ...
確定! 回上一頁