const { data } = useSWR( key, fetcher, options) const { data } = useSWR('/api/user', { refreshInterval: 0 }) const { data } ...
確定! 回上一頁