子衿沉夜
需要引用using System.Xml;XmlDocument doc = new XmlDocument();doc.LoadXml(xmlStr);// 表集合XmlNodeList nodeList_Table = doc.SelectSingleNode("DATA").ChildNodes;// 行集合XmlNodeList nodeList_Row = node_Table.ChildNodes;// 列集合XmlNodeList nodeList_Col = node_Row.ChildNodes;