XmlAttribute attr2 = doc3.CreateAttribute("Name");; attr2.Value = "Project6";; elem.Attributes.Append(attr2);; //Add the node to the ...
確定! 回上一頁