useSWR 返回2个值: data 和error。当请求在进行中时,data的值为undefined。当请求结束,并返回response时,将基于fetcher的返回值设置data ...
確定! 回上一頁