标签: 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>}