说明: 用VB操作XML '生成一个XML DOMDocument对象 Set xmlDOMDocument = New MSXML2.DOMDocument '生成根节点,在此我们称它为“爷爷辈”节点 Set Root_Node = xmlDOMDocument.createElement("Root") Set xmlDOMDocument.documentElement = Root_Node '在节点上添加多个属性 Call Root_Node.setAttribute("属性", "http
<zsj008od> 上传 | 大小:10kb