首页 > 技术文章 > 获取当前省市区

zywaf 2017-06-30 11:03 原文

$.getScript('http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js',
    function(){ 
      alert(remote_ip_info.country);//国家  
      alert(remote_ip_info.province);//省份  
      alert(remote_ip_info.city);//城市  
});

 

推荐阅读