async function myAsyncFunc() { var val = await task; console.log(val); } myAsyncFunc();. 你會看到在異步函數中,程式邏輯會以「像是阻塞的方式進行 ...
確定! 回上一頁