• 2024-12-17深入聊聊async&Promise
    正文最近在学习JavaScript里的async、await异步,对于其中的Promise状态以及背后的Js引擎实际运行状态不大理解且很感兴趣,因此花了一点时间仔细研究了一下。从Example说起constcreateImg=function(path){returnnewPromise((resolve,reject)=>{constimg=docu