fetch 啊啥意思 2022-12-02 79 阅读1分钟 fetch('url').then(res=>{ res.json().then(data => { console.log(data) }) })