首页 > 代码库 > 获取当前省市区

获取当前省市区

$.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);//城市  
});

 

获取当前省市区