网上很多资料都说了await 相当于Promise.resolve 的语义,await 下面的代码会放入Promise.resolve(arg).then 回调中。但是,当async 函数中没有await 的 ...
確定! 回上一頁