發現提示:No 'Access-Control-Allow-Origin' header is pr

調用web接口,,發現提示:No 'Access-Control-Allow-Origin' header is present on the requested resource.web

$.ajax({
        url: "http://.......",
        type: 'GET',
        dataType: 'JSONP',//here
        success: function (data) {         }
    });ajax

相關文章
相關標籤/搜索