調用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