码迷,mamicode.com
首页 > 其他好文 > 详细

IP地址查询接口及调用方法

时间:2016-09-11 15:31:23      阅读:534      评论:0      收藏:0      [点我收藏+]

标签:

1.查询地址

搜狐IP地址查询接口(IP):http://pv.sohu.com/cityjson 

1616 IP地址查询接口(IP+地址):http://w.1616.net/chaxun/iptolocal.php

126(地址): http://ip.ws.126.net/ipquery

 

2.使用

<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>//ie指定编码,默认是gbk
<script>console.log(returnCitySN["cip"]);</script>

<script src="http://w.1616.net/chaxun/iptolocal.php"></script>
<script>console.log(WData)</script>

<script src="http://ip.ws.126.net/ipquery"></script>
<script>console.log(lo);console.log(lc);</script>

 

IP地址查询接口及调用方法

标签:

原文地址:http://www.cnblogs.com/xcsn/p/5861891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!