const { data, error, mutate } = useSWR("url", fetcher, [options]); // url - an API endpoint url. // fetcher - a function which takes the ...
確定! 回上一頁