pages/index.tsx import {NextPage} from "next"; const index: NextPage = () => { return <div>hello</div>; }; export default index;.
確定! 回上一頁