gpt4 book ai didi

javascript - 从 geolocation-db.com 获取 IP 时出错

转载 作者:行者123 更新时间:2023-12-03 08:11:59 26 4
gpt4 key购买 nike

  useEffect(() => {
const get_ip = async () => {
console.log("got here");
const response = await fetch("https://geolocation-db.com/json/");
const data = await response.json();
console.log(data);
};
get_ip();
}, [])

这是打印出来的错误:

GET https://geolocation-db.com/json/ net::ERR_BLOCKED_BY_CLIENT

这里出了什么问题?为什么我无法从该网站获取 IP?

我可以在浏览器中正常访问它。

最佳答案

GET 请求被广告拦截器拦截。

关于javascript - 从 geolocation-db.com 获取 IP 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70573411/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com