首页技术博客 技术经验 正文

IP显城市JS代码

2017-10-21 1155 0条评论

有很多站长都不知道如何去在网站调用游客的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 


文章版权及转载声明

本文作者:符文浩 网址:http://blog.fuwenhao.com/post/11.html 发布于 2017-10-21
文章转载或复制请以超链接形式并注明出处。

发表评论

快捷回复:

评论列表 (暂无评论,1155人围观)参与讨论

还没有评论,来说两句吧...

取消
微信二维码
微信二维码
支付宝二维码