摘要: fn() console.log(1); setTimeout(() => { console.log(4); }, 100); Promise.resolve().then(()=>{ console.log(2); }) console.log(3); function fnPromise(){ 阅读全文
posted @ 2023-10-20 13:14 亦茫茫 阅读(9) 评论(0) 推荐(0) 编辑