摘要:
XmlDocument doc = new XmlDocument(); XmlDeclaration dec = doc.CreateXmlDeclaration("1.0", "GB2312", null); doc.AppendChild(dec); //创建一个根节点(一级) XmlElement root = doc.CreateElement("First"); doc.A... 阅读全文
posted @ 2010-07-30 09:15
HiCoulee
阅读(188)
评论(0)
推荐(0)