摘要: 参考:https://www.jianshu.com/p/bcbf7894027c 示例 1:宏任务中包含微任务 (function() { setTimeout(() => { console.log(1) new Promise((res, rej) => { res() }).then(() 阅读全文
posted @ 2022-08-29 18:19 hello_exec 阅读(39) 评论(0) 推荐(0)