response.json() also returns a promise, you have to await for it as well const data = await response.json();.
確定! 回上一頁