摘要: 1 XmlDocument doc = new XmlDocument(); 2 doc.Load(HttpContext.Current.Server.MapPath("~/App_Data/" + xmlName + ".xml")); 3 XmlNodeList nodeList = doc.SelectNodes(xpath); 4 foreach (XmlNode sub in nodeList) 5 { 6 if ... 阅读全文
posted @ 2012-07-12 10:23 看看天上云 阅读(1852) 评论(0) 推荐(0) 编辑