摘要: for await (let a of [1,2,3]) { console.log(a) } node 环境里必须在 async 函数中, 浏览器控制台中不需要。 ​ 阅读全文
posted @ 2019-11-18 20:04 程序媛李李李李蕾 阅读(2339) 评论(0) 推荐(1)