If we are trying to for example get the post with a specific id: const { data } = useSWR(`/api/post/${id}`, fetcher). And then maybe we have a form that ...
確定! 回上一頁