js 获取当前国家 省份 城市等信息

  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. });  
posted @ 2017-02-07 09:27  JOHN_JI  阅读(9597)  评论(1编辑  收藏  举报