const fetcher = params => url => post(url, params) const { data, error } = useSWR('/api/user', fetcher({key: val})). This way?
確定! 回上一頁