8,493
社区成员




var query = from ele in xElement.Elements("Device")
where ele.Element("DeviceName").Value.StartsWith("VD")
select ele;
var query = from ele in xElement.Elements("Device")
where ele.Element("DeviceName").Value.StartsWith("VD1")
select ele;