在next.js你可以重定向的页面加载后使用Router例如: import Router from ... import Link from 'next/link'; <Link href="/myroute"> <a>myroute</a> </Link>.
確定! 回上一頁