Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: Javascript での HTTP GET 要求?
XML ツリーを含む URL があります。その URL コンテンツを読み取り、変数に保存し、XML ツリーの値を抽出して、テーブルに描画したいと考えています。
jQuery で AJAX クエリを使用します。
$.ajax({ url: url, dataType: 'xml', success: function(data) { // Data is your xml content which you can work with } });