In a component, you can use the useRouter hook: import { useRouter } from 'next/router' //... const router = useRouter() ...
確定! 回上一頁