JS简单获取客户端IP地址的方法【调用搜狐接口】JS简单获取客户端IP地址的方法【调用搜狐接口】路飞博客

JS简单获取客户端IP地址的方法【调用搜狐接口】

本例子使用的是搜狐的接口,其他接口大同小异。

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>使用搜狐接口获取客户端IP地址</title>
</head>
<body>
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<script type="text/javascript">
    document.write("IP:"+returnCitySN["cip"]+'\t\t\t'+"来自:"+returnCitySN["cname"])
</script>
</body>
</html>

效果示例:

转载请注明:路飞博客 » JS简单获取客户端IP地址的方法【调用搜狐接口】

热门推荐