import Link from 'next/link' function Home() { return ( <ul> <li> <Link ... For example, you can generate a list of links to the dynamic route ...
確定! 回上一頁