取某一个节点下的所有子节点
摘要:
using System.Xml;using System.Xml.Linq;XmlDocument document = new XmlDocument();document.Load("SessionDef.xml");XmlNodeList nodelist = document.Select... 阅读全文
posted @ 2014-05-16 15:30 齐文宣 阅读(795) 评论(0) 推荐(0)
posted @ 2014-05-16 15:30 齐文宣 阅读(795) 评论(0) 推荐(0)