有很多站长都不知道如何去在网站调用游客的IP以及把IP转换成城市,
下面符文浩交各位站长如何实现IP显城市代码!
首先在所需的HTML代码前插入以下代码,默认代码显示的是省级的IP名字!如需改变显示的IP名字的类型 请看最下面的代码,更改一下即可!
<script src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js" ></script> <script type="text/javascript"> document.write(remote_ip_info.city);document.write(remote_ip_info.isp); </script>
国家: remote_ip_info.country
省: remote_ip_info.province
市: remote_ip_info.city
区: remote_ip_info.district
还没有评论,来说两句吧...