获取当前省市区

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

 

posted @ 2017-06-30 11:03  TrendY  阅读(519)  评论(0编辑  收藏  举报