2010年3月5日

C# 操作 XML 的方法(zz)

摘要: XmlDocument 例子string filePath = HttpContext.Current.Server.MapPath("your.xml");XmlDocument xmlDoc = new XmlDocument();xmlDoc.Load(filePath);//取值string xp = xmlDoc.SelectSingleNode("newTab").ChildNodes... 阅读全文

posted @ 2010-03-05 17:03 Snowwolf 阅读(236) 评论(0) 推荐(0) 编辑

导航