大家帮我看看这个用的什么技术,为什么没见过 var a = from x in xml.Descendants("CardsClass") from y in xml.Descendants("item") where x.Attribute("cardclassID").Value.Equals("1000") && y.Parent.Equals(x) select new { ClassID = y.Attribute("itemID").Value, ClassName = y.Attribute("text").Value };