<?xml version="1.0" encoding="utf-8" ?>
<department>
<store departmentid="62" user="abc" password="abc123" store_name="abc"/>
<store departmentid="63" user="bcd" password="bcd123" store_name="bcd"/>
<store departmentid="65" user="xyz" password="xyz123" store_name="xyz"/>
</department>
我在我的代碼具有上述XML.Now我有departmentid.I希望通過XML環和選擇對部門id.Please幫助STORENAME 。,讀取XML,並通過XML解析得到一個特定的值
詢問代碼的問題必須證明對所解決問題的最小理解。 **包括嘗試解決方案**,爲什麼他們沒有工作,以及預期的結果。 –