我想使用 c# 为“名称”下可用的各种参数获取“值”中提到的字符串。这是我当前的xml如下:
<DrWatson>
<Sets>
<Set>
<APIParameters>
<Parameter Name="SID_STAGE" Value="101198" Required="true" />
<Parameter Name="SID_QE" Value="Test 91817" Required="true" />
</APIParameters>
</Set>
</Sets>
</DrWatson>
我想在 for 下获取可用'101198'
的。请建议我如何执行它。'Value'
Name = SID_STAGE