XML > jQuery reading

前端 未结 2 1570
挽巷
挽巷 2020-12-20 08:16

How can i read this XML File with jQuery? With \"normal tags\" its no problem like:Mustang

HTML/jQuery:

2条回答
  •  一生所求
    2020-12-20 09:06

    var number = $myAMA.find('var[key="article.plunumber"]');
    

    Treat the just like you're treating the

提交回复
热议问题