返回首页

jquery中调用天气预报API(ajax)?

220 2024-01-26 19:47 admin

$.getScript('http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js', function(_result) {

if (remote_ip_info.ret == '1') {

$.ajax({

type: "GET",

url: "http://wthrcdn.etouch.cn/weather_mini?city="+remote_ip_info.city,

data: "",

success: function(msg){

console.log(msg);

}

});

}

});

顶一下
(0)
0%
踩一下
(0)
0%
相关评论
我要评论
用户名: 验证码:点击我更换图片

网站地图 (共14个专题52466篇文章)

返回首页