1.Redirect on events or functions: import Router from 'next/router'; <button type="button" onClick={() => Router.push('/myroute')} /> · 2.Redirect with hooks:
確定! 回上一頁