zoukankan      html  css  js  c++  java
  • 淘宝IP地址库获取到省市IP地址

    http://ip.aliyun.com/index.html

    https://ispip.clang.cn/

    https://github.com/Pingze-github/local-ips

    1. 请求接口(GET):

    /service/getIpInfo.php?ip=[ip地址字串]

    2. 响应信息:

    (json格式的)国家 、省(自治区或直辖市)、市(县)、运营商

    3. 返回数据格式:

    {"code":0,"data":{"ip":"210.75.225.254","country":"u4e2du56fd","area":"u534eu5317",
    "region":"u5317u4eacu5e02","city":"u5317u4eacu5e02","county":"","isp":"u7535u4fe1",
    "country_id":"86","area_id":"100000","region_id":"110000","city_id":"110000",
    "county_id":"-1","isp_id":"100017"}}
    其中code的值的含义为,0:成功,1:失败。

  • 相关阅读:
    Mysql分布式事务
    Mysql锁
    Mysql事务隔离级别
    java 资源监控
    Mysql子查询
    javaWeb四大域对象
    KVM 迁移
    KVM 虚拟化
    网络基础
    系统简单启动过程
  • 原文地址:https://www.cnblogs.com/itfat/p/11416451.html
Copyright © 2011-2022 走看看