string; } const Page: NextPage<Props> = ({ userAgent }) => ( <main>Your user agent: {userAgent}</main> ) Page.getInitialProps = async ({ req }) => { const ...
確定! 回上一頁