摘要: Dictionary dicNodes = new Dictionary(); foreach (XmlNode node in nodes.ChildNodes) { if (node.NodeType==XmlNodeType.Element) ... 阅读全文
posted @ 2014-08-13 16:22 bk.lling 阅读(236) 评论(0) 推荐(0)