import Link from 'next/link'; export default function Index() { return ( <div> <p>Hello next.js</p> <Link href="/about"> <a>About Page</a> ...
確定! 回上一頁