fetch() 方法抛出错误,( Uncaught (in promise) TypeError: Failed to fetch) (GET url net::ERR_FAILED)

时间:2021-03-30 13:04:02

标签: javascript json fetch google-developers-console

fecth() 方法在 google 控制台中抛出错误。当我在 Firefox 开发工具中对此进行测试时,承诺正在实现状态。我不知道怎么了。 这是我的代码

fetch('https://my-json-server.typicode.com/mubarakhusain/fakeserver/db').then((response) => {
return response.json();}).then((data) => {
console.log(data);});

0 个答案:

没有答案