一个简单使用搜狐的IP接口让网页显示访客的IP地址的代码,使用直接在要显示的地方添加下面代码即可。
代码适用于任何网页,无论是html,php,asp都可以:
<div style="background-color: #b7b1f2;">
你的IP:
<script src="https://pv.sohu.com/cityjson?ie=utf-8">
</script>
<script type="text/javascript">
document.write(returnCitySN["cip"])
</script>
</div>
© 版权声明
THE END
暂无评论内容