摘要: break:跳出判断语句、循环return:跳出函数goto:跳转标记点Xml遍历某一节点值 public class XmlHelper { public string nodeValue = "kong"; public string getValue() { XmlDocument xml = new XmlDocument(); xml.Load("ResqmlTestXml.xml"); XmlNode root = xml.SelectSingleNode("t... 阅读全文
posted @ 2012-08-10 09:49 山海雍和 阅读(474) 评论(0) 推荐(0)