var adcode = res.adcode; $("#ip").html("当前位置:" + res.province + res.city); //显示天气情况; getWeather(adcode, key) }) 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 获取天气情况函数 //天气函数; function getWeather(adcode, key) { /*天气查询API*/ var url = 'https://restapi....
var adcode = res.adcode; $("#ip").html("当前位置:" + res.province + res.city); //显示天气情况; getWeather(adcode, key) }) 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 获取天气情况函数 //天气函数; function getWeather(adcode, key) { /*天气查询API*/ var url = 'https://restapi....
获取当前的IP定位 //获取当前的IP定位;var key = "4d9a765939a2b76588a3341c2***"var url = "https://restapi.amap.com/v3/ip?key=" + key;$.getJSON(url, function (res) {//console.log(res);var adcode = res.adcode;$("#ip").html("当前位置:" + res.province + res.city);//显示天...