// 得到DATA节点, xmlDoc为xml文件 XmlNode inputNode = xmlDoc.SelectSingleNode("STATION/DATA");// 添加到数组data中string[] data = inputNode.InnerText.Split(';');