淘宝IP地址库接口

$.get('http://ip.taobao.com/service/getIpInfo.php?ip=','json',function(res){
    p=JSON.parse(res);
    p=p.data;
    for(var key in p){
            console.log(key + " -> " + p[key]);
    }
})
Author

Semprathlon / Simfae Dean

Posted on

08/27/2017

Updated on

07/19/2023

Licensed under

Comments