I have the following code:
我有以下代码:
var url = 'https://someURL?arg1=test&arg2=test&callback=JSON_CALLBACK';
$http.jsonp(url)
.success(function(data){
console.log(data.found);
});
var uI have the following code:
我有以下代码:
var url = 'https://someURL?arg1=test&arg2=test&callback=JSON_CALLBACK';
$http.jsonp(url)
.success(function(data){
console.log(data.found);
});
var u