異步函數的工作方式是這樣的: async function myFirstAsyncFunction() { ... 如果在函數定義之前使用了 async 關鍵字,就可以在函數內使用 await 。
確定! 回上一頁