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


    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>

  • 相关阅读:
    bzoj1098 1301
    bzoj3237
    bzoj3170
    bzoj4008
    一些题解
    bzoj4028
    bzoj3196
    redis学习
    quartz学习
    电商618 压测、优化、降级预案
  • 原文地址:https://www.cnblogs.com/xcsn/p/5861891.html
Copyright © 2020-2023  润新知