获取ip地址,
Posted 森海轮回
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取ip地址,相关的知识,希望对你有一定的参考价值。
js不能获取ip,nodejs服务器可以。下面通过访问搜狐的接口得到ip地址
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>javascript获取客户端IP[利用新浪接口]</title> </head> <body> <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> <script type="text/javascript"> document.write(returnCitySN["cip"]+‘,‘+returnCitySN["cname"]) </script> </body> </html>
以上是关于获取ip地址,的主要内容,如果未能解决你的问题,请参考以下文章