摘要: 从一道题目出发 今天看到一道面试题,是关于async/await、promise和setTimeout的执行顺序,题目如下: async function async1() { console.log('async1 start'); await async2(); console.log('asn 阅读全文
posted @ 2023-02-27 11:12 cybozu开发者 阅读(296) 评论(0) 推荐(0)