You could try to use URL params to determine which page you are on and then render it. app.get('/:page', (req, res) => { console.log(req.params.
確定! 回上一頁