色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

jquery中調用天氣預報APIajax

林雅南2年前10瀏覽0評論

jquery中調用天氣預報APIajax?

$.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);

}

});

}

});