获取当前省市区

$.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);//城市  
});
原文地址:https://www.cnblogs.com/zywaf/p/7097876.html