China Naming Network - Ziwei Dou Shu - Calling weather forecast API(ajax) in jquery
Calling weather forecast API(ajax) in jquery
$.get script('/iplookup/iplookup . PHP? format=js ',? Function (_result)? {
What if? (remote_ip_info.ret? ==? ' 1')? {
$.ajax({
Type:? "get",
Website:? "/weather_mini? city="+remote_ip_info.city,
Data:? "",
Success:? Function (Message)
console . log(msg);
}
});
}
});