async function makeApiCall() { const response = await fetch("http://some-api-call.com"); const jsonifiedResponse = await response.json(); return ...
確定! 回上一頁