所以我目前在项目级别有一个 XML 节点:
<Item>
<Item_Number>0000000063089</Item_Number>
<English_Description>MOUNTAIN DEW</English_Description>
<French_Description>MOUNTAIN DEW</French_Description>
<Price>219</Price>
<Department>000006</Department>
<Department_Description>BEVERAGES</Department_Description>
<FHST>11</FHST>
<HST>18</HST>
<UPC>0006900005056</UPC>
<Total_Without_Tax>219</Total_Without_Tax>
<Total_With_Tax>248</Total_With_Tax>
<Quantity>1</Quantity>
</Item>
我如何才能说出 Item_Number 值,仅该节点的值为 0000000063089?在 C# 中。
节点存储如下:
XmlNode node;