如果你不包含 <a> 标签,它仅给组件添加 onClick 事件,而不会添加 href 属性。 // pages/index.js import Link from 'next/link' export default () => <div> Click{' ...
確定! 回上一頁