摘要:
//XmlNode生成XMLXmlDocument xmlnDoc = new XmlDocument();XmlNode xmlnRoot = xmlnDoc.CreateNode(XmlNodeType.Element, "nRoot", String.Empty);XmlNode itemNode = null;for (int i = 0; i Code0 Name0 Code1 Name1 Code2 Name2 //XmlElement生成XMLXmlDocument xmleDoc = new XmlDocument();XmlElement xmleRoot 阅读全文
posted @ 2013-09-25 10:51
fulai_xy
阅读(183)
评论(0)
推荐(0)