function Profile() { const { data } = useSWR(`https://swapi.dev/api/people/1/`, fetcher, { suspense: true, }); return <pre>{JSON.stringify(data, null, ...
確定! 回上一頁