摘要: 微任务=>DOM渲染=>宏任务 setTimeout(function(){ console.log("定时任务") }) new Promise((resolve)=>{ console.log("1 promise 1") //同步 resolve(); }).then(()=>{ consol 阅读全文
posted @ 2023-04-03 21:56 不再犯错 阅读(13) 评论(0) 推荐(0) 编辑