我有一个这样的XML文件,我想读取ID、短名称、名称节点值。17406testtest18006ANOTHERtestAnothertest18046RKUhospital18047MNUMNU递归读取Node元素的最佳方法是什么?这就是我尝试读取节点值的方式:varaccountingunit=(fromeinXDocument.Parse(textresult).Root.Elements("AccountingUnit")selectnewnode{idvalue=(string)e.Element("ID"),shortname=(string)e.Element("Short