XmlDocument xmlDoc = new XmlDocument();

XmlNodeList oneXmlNodeList = xmlDoc.SelectNodes("descendant::节点名称");

相关文章: