await allows us to wait for the response of an asynchronous request. To use await in our hypothetical code, we can do this: const response = await fetch('https ...
確定! 回上一頁