如何在Chrome开发者工具控制台中显示提取的响应?

时间:2020-06-09 10:13:02

标签: google-chrome fetch

以下是我看到的粘贴到其他位置的内容,但仅显示了承诺,需要完整的响应数据或异常。

fetch('http://localhost:8000/data/random?m=2&n=3', {mode: 'no-cors'}).then(res => res.text()).then(console.log)

Promise {<pending>}

0 个答案:

没有答案