getInitialProps = ({ req }) => { let userAgent; if (req) { // if you are on the server and you get a 'req' property from your context userAgent ...
確定! 回上一頁