摘要: using System.Xml; //初始化一个xml实例 XmlDocument xml=new XmlDocument(); //导入指定xml文件 xml.Load(path); xml.Load(HttpContext.Current.Server.MapPath("~/file/bookstore.xml")); //指定一个节点 XmlNode root=xml.SelectS... 阅读全文
posted @ 2018-01-08 14:22 孤夏 阅读(80354) 评论(6) 推荐(12) 编辑