queryKey; const response = await fetch(`https://swapi.dev/api/people/${id}/`); if (!response.ok) { throw new Error("Problem fetching data"); } ...
確定! 回上一頁