2
如何從xml中檢索node_names和attribute_names(不是節點或屬性的值)是否可以使用jquery?從xml中列出xml節點和屬性名稱
<Client>
<product name="astro">
<service_process name="ACID">
<host>pable</host>
<port>18848</port>
</servcice_process>
<service_process name="Mestro">
<host>Mico</host>
<port>18821</port>
</servcice_process>
</product>
</Client>