async function myFirstAsyncFunction() { ... 如果在函數定義之前使用了 async 關鍵字,就可以在函數內使用 await 。 ... const response = await fetch(url);
確定! 回上一頁