router.use(function timeLog (req, res, next) {. 6. console.log('Time: ', Date.now());. 7. next();. 8. }); 9. // define the home page route.
確定! 回上一頁