18143453325 在线咨询 在线咨询
18143453325 在线咨询
所在位置: 首页 > 营销资讯 > 建站知识 > IP 地址查询 - 在线工具

IP 地址查询 - 在线工具

时间:2023-02-19 20:56:01 | 来源:建站知识

时间:2023-02-19 20:56:01 来源:建站知识

IP 地址查询 - 在线工具:有 ip 地址怎么查到位置?一刀工具箱提供 IP 归属地查询工具,提供多种最新 IP 数据库的归属地查询,输入 IP 或者域名还可以查询对应的归属地信息,地理位置信息可以精确到运营商和国家、省市级别。

代码片段

static function getIpInfo($ip) { //https://lbs.qq.com/webservice_v1/guide-ip.html $query_qq = "https://apis.map.qq.com/ws/location/v1/ip?ip={$ip}&key=xxxxx"; $res = UtilsHelper::curlGet($query_qq); if ($res["status"] != 0) { return []; } $result = $res["result"]; $datas = []; $datas["ip"] = $result["ip"]; $datas["lat"] = $result["location"]["lat"]; $datas["lng"] = $result["location"]["lng"]; $datas["adcode"] = $result["ad_info"]["adcode"]; $datas["district"] = $result["ad_info"]["district"]; $datas["country"] = $result["ad_info"]["nation"]; $datas["region"] = $result["ad_info"]["province"]; $datas["city"] = $result["ad_info"]["city"]; return $datas; }

关键词:工具,地址

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭