import useSWR from "swr"; const fetcher = (url) => fetch(url).then((r) ... 或 /posts/[year]/[month]/[day] 兩者都會額外帶一些參數,而且可能是動態的數值.
確定! 回上一頁