useEffect (async () => { const res = await fetch(url, options); const json = await res.json(); setResponse(json); }); return response; };.
確定! 回上一頁