You can use router.query in your page component to retrieve query params passed in the URL. // pages/shop.js import { useRouter } from 'next/ ...
確定! 回上一頁