const session = await getSession({ req }); if (!session) { ... Next.js's getServerSideProps function is executed on every page load, ...
確定! 回上一頁