0

SyntaxError: 構文エラー

リモート サーバーから xml データを取得する方法はありますか?

$.ajax({
        type: "GET",
        url: "http://www.xyz.com/GetAllSubjects.xml",
        dataType: "jsonp",
        success: function(data) {

}

});
4

0 に答える 0