会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Apple
知道自己要什么,然后努力追求。
博客园
首页
新随笔
联系
管理
订阅
2022年11月20日
js 事件循环中宏任务和微任务执行顺序
摘要: async function async1() { console.log("async1 start"); //2 await async2(); console.log("async1 end"); // 6 } async function async2() { console.log("as
阅读全文
posted @ 2022-11-20 02:17 蓓蕾心晴
阅读(61)
评论(0)
推荐(0)
编辑
公告