摘要: 验证js代码的执行顺序 setTimeout(function () { console.log(1) }, 0) new Promise(function (resolve, reject) { console.log(2) for (var i = 0; i < 10000; i++) { if 阅读全文
posted @ 2023-02-21 17:41 tommyirs 阅读(14) 评论(0) 推荐(0)