我想要一个查询,它将返回一个字符串的 IEnumerable 并且里面有
'as.m3' 'as.m4'
我已经尝试 xDoc.Elements("moduleid")
过xDoc.Descendents("moduleid")
没有运气
<?xml version="1.0" encoding="UTF-8">
<root>
<code>M11088MUBWWLSRSV9LTJBH81QT</code>
<moduleid>as.m3</moduleid>
<moduleid>as.m4</moduleid>
</root>