复制1fetch('https://www.website.com/api/user/1') 2 .then(res => res.json()) 3 .then(res => console.log(res))
1fetch('https://www.website.com/api/user/1') 2 .then(res => res.json()) 3 .then(res => console.log(res))
本题为“单选题”
题库维护不易,您的支持就是我们最大的动力!