Let's see how it can be easily implemented with useSWR : ... inside a loop. const { data } = useSWR(`/api/data?page=${i}`) list.push(data) ...
確定! 回上一頁