In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
本篇文章为大家展示了LARAVEL AJAX简单跨域的示例分析,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。
//前端
function jsonpCallback(result) {
console.log('x');
console.log(result);
// for(var i in result) {
// console.log(i+":"+result[i]);//循环输出a:1,b:2,etc.
// }
}
var JSONP=document.createElement("script");
JSONP.type="text/javascript";
// JSONP.src="https://crossdomain.com/services.php?callback=jsonpCallback";
JSONP.src="https://restapi.amap.com/v3/geocode/regeo?&key=90a7947c6e49a6e07db07d5538e79889&extensions=all&location=114.731674,30.534097&callback=jsonpCallback";
//https://restapi.amap.com/v3/geocode/regeo?&key=90a7947c6e49a6e07db07d5538e79889&extensions=all&location='.$lng.','.$lat;
document.getElementsByTagName("head")[0].appendChild(JSONP);
$.ajax({
type:'GET',
url:'https://restapi.amap.com/v3/geocode/regeo?&key=90a7947c6e49a6e07db07d5538e79889&extensions=all&location=114.731674,30.534097',
dataType:'jsonp',
success:function(res){
if(res.status == 1){
console.log(res.info);
}else{
console.log('xx');
}
}
});
$.ajax({
type:'GET',
url:'http://gps.whrango.cc',
dataType:'jsonp',
success:function(res){
if(res.status == 200){
console.log(res);
console.log('xxxxx');
}else{
console.log('xx');
}
}
});
//服务端
$maps['status']='200';
$maps['map']=$map;
// dd('dd');
return response($callback.'('.json_encode($maps).')');
上述内容就是LARAVEL AJAX简单跨域的示例分析,你们学到知识或技能了吗?如果还想学到更多技能或者丰富自己的知识储备,欢迎关注行业资讯频道。
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.