import Image from 'next/image' export default function Home() { return ( <div> <h2>My image</h2> <Image src='/image.jpeg' width={520} height={280} /> </div> ) ...
確定! 回上一頁