// app.js app.use(flash()); app.use((req, res, next) => { res.locals.errorMessage = req.flash('errorMessage'); next(); });. 如果帳號和兩次密碼都 ...
確定! 回上一頁