摘要:
js 宏任务和微任务 代码 setTimeout(function() { // 异步宏任务 console.log('1'); }) new Promise(function(resolve) { // 同步 console.log('2'); }).then(function() { // 微任 阅读全文
posted @ 2022-05-20 12:45
素衣男孩
阅读(66)
评论(0)
推荐(0)
浙公网安备 33010602011771号