1. 程式人生 > >js 獲取當前國家 省份 城市等信息

js 獲取當前國家 省份 城市等信息

http remote com format sina country orm 國家 gets

  1. $.getScript(‘http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js‘,function(){
  2. alert(remote_ip_info.country);//國家
  3. alert(remote_ip_info.province);//省份
  4. alert(remote_ip_info.city);//城市
  5. });

js 獲取當前國家 省份 城市等信息