码迷,mamicode.com
首页 > Web开发 > 详细

js获取IP地址多种方法实例教程

时间:2014-08-06 06:15:01      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   java   os   io   art   ar   

js代码获取IP地址的方法,如何在js中取得客户端的IP地址。
原文地址:js获取IP地址的三种方法 http://www.jbxue.com/article/11338.html

1,js取得IP地址的方法一

<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<script type="text/<A class="infotextkey" href="http://www.jbxue.com/" target=_blank>javascript</A>">
document.write(returnCitySN["cip"]+‘,‘+returnCitySN["cname"])
</script>
2,js取得IP地址的方法二
<script language="javascript" type="text/javascript" src="http://fw.qq.com/ipaddress">
</script> 
<script>document.write("你的IP是:"+IPData[0]+",来自:"+IPData[2]);
</script>
3,js取得ip地址的方法三,腾讯IP,转UTF-8:
<script type="text/javascript" src="http://fw.qq.com/ipaddress" charset="gb2312"></script>
$(document).ready(function() {
$("#ip").val(IPData[0]);
$("#add").val(IPData[2]);
})
参考链接:

js获取IP地址多种方法实例教程,布布扣,bubuko.com

js获取IP地址多种方法实例教程

标签:style   blog   http   java   os   io   art   ar   

原文地址:http://www.cnblogs.com/cfinder010/p/3893609.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!