摘要:
using System.Xml;#region 生成XML文档/// /// /// /// /// public string MakeXml(DataRow dr){ XmlDocument xmlDoc = new XmlDocument();XmlProcessingInstruction objPI = xmlDoc.CreateProcessingInstruction("xml", "version='1.0' encoding='UTF-8'");xmlDoc.InsertBefore(objPI, xm 阅读全文
posted @ 2014-04-11 10:24
码农小小强
阅读(279)
评论(0)
推荐(0)
浙公网安备 33010602011771号