https://ip.zhisg.com/q.php?ip=[ip地址]
{ "head": { "errcode": 0, "msg": "success", "timestamp": 1749874452 }, "body": { "country": "中国", "area": "0", "province": "福建省", "city": "莆田市", "isp": "联通", "ip": "175.44.42.203", "v": 4 }, "signType": "NONE", "encrypted": false, "bodyEncrypted": "" }
$.get("https://ip.zhisg.com/q.php?ip=175.44.42.241",
function(dataBody,status){
console.log(dataBody);
});
{ "head": { "errcode": 0, "msg": "success", "timestamp": 1749874452 }, "body": { "country": "中国", "area": "0", "province": "福建省", "city": "莆田市", "isp": "联通", "ip": "175.44.42.203", "v": 4 }, "signType": "NONE", "encrypted": false, "bodyEncrypted": "" }