摘要:
XmlDocument doc = new XmlDocument(); XmlDeclaration dec = doc.CreateXmlDeclaration("1.0", "GB2312", null); doc.AppendChild(dec); //创建一个根节点(一级) XmlElement root = doc.CreateElement("First"); doc.AppendChild(root); //创建节点(二级) XmlNode node = doc.CreateElement("Seconde& 阅读全文
posted @ 2011-08-22 10:19
钻石眼泪
阅读(405)
评论(0)
推荐(0)
浙公网安备 33010602011771号