Because fetch() returns a promise, you can simplify the code by using the async/await syntax: response = await fetch() . You've found out how to ...
確定! 回上一頁