const response = await fetch(url) const data = await response.json() ... Fetch also allows to use any other HTTP method in your request: POST, PUT, ...
確定! 回上一頁