1. 引入jquery.js  
  2.   
  3. $.getScript('http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js',function(){  
  4.   alert(remote_ip_info.country);//国家  
  5.   alert(remote_ip_info.province);//省份  
  6.   alert(remote_ip_info.city);//城市  
  7. });  

相关文章:

  • 2021-11-11
  • 2021-11-08
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-01
  • 2021-11-15
  • 2021-04-16
  • 2022-12-23
  • 2021-05-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案