获取当前省市区
Posted Mr.Y
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取当前省市区相关的知识,希望对你有一定的参考价值。
$.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);//城市
});
以上是关于获取当前省市区的主要内容,如果未能解决你的问题,请参考以下文章