摘要: function test() { let arr = [1, 2, 3] arr.forEach(async item => { const res = await fetch(item) console.log(res) }) console.log('end') } function fetc 阅读全文
posted @ 2020-09-15 12:59 姜小希 阅读(7452) 评论(1) 推荐(0) 编辑