这个xml怎么用C#读取一下内容

2024-11-08 09:24:13
推荐回答(1个)
回答(1):

// 你的xpath恐怕得写成 //List/Note
XmlNodeList xnList = xml_List.SelectNodes("//List/Note");