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.
SyntaxError: 構文エラー
リモート サーバーから xml データを取得する方法はありますか?
$.ajax({ type: "GET", url: "http://www.xyz.com/GetAllSubjects.xml", dataType: "jsonp", success: function(data) { } });