const { data } = useSWR([urlArray], arrayFetcher); ... <button onClick={() => setPageIndex(pageIndex + 1)}>Next</button> </div> }
確定! 回上一頁