const { data, error, isValidating, mutate } = useSWR(key, fetcher, options) ... import useSWR from 'swr' const fetcher = (...args) ...
確定! 回上一頁