摘要: 一、前情提要: 1、js是单线程语言; 2、**宏任务(Macrotasks):**js同步执行的代码块,setTimeout、setInterval、XMLHttprequest、setImmediate、I/O、UI rendering等; 3、**微任务(Microtasks):**promi 阅读全文
posted @ 2024-06-24 11:20 272623186 阅读(2) 评论(0) 推荐(0) 编辑