async function fetchFunction() { try{ const response = await fetch(`http://url.com`); const json = await response.json(); } catch(err) ...
確定! 回上一頁