post_img

JavaScript事件循环

摘要

概述 下面这两段代码,它们的输出顺序均为1 3 2: console.log(1) setTimeout(() => { c …