摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;using System.Web.Script.Serialization;using Newtons 阅读全文
posted @ 2016-05-25 16:09 FiberHomer 阅读(871) 评论(0) 推荐(0) 编辑
摘要: //创建XmlDocument对象 XmlDocument xmlDoc = new XmlDocument(); //载入xml文件名 xmlDoc.Load(filename); //如果是xml字符串,则用以下形式 xmlDoc.LoadXml(xmldata); //读取根节点的所有子节点, 阅读全文
posted @ 2016-05-25 16:04 FiberHomer 阅读(543) 评论(0) 推荐(0) 编辑