摘要:
XmlDocument doc = new XmlDocument(); XmlDeclaration dec = doc.CreateXmlDeclaration("1.0", "GB2312", null); doc.AppendChild(dec); //创建一个根节点(一级) XmlElement root = doc.CreateElement("First"); doc.AppendC... 阅读全文
posted @ 2009-06-28 19:39
X-Jonney
阅读(417)
评论(0)
推荐(0)

浙公网安备 33010602011771号