app.get('/hello', function (req, res, next) { console.log(req.query); next(); }, hello.index);. Express.js 傳入的next 參數,實際上是一個Lambda。
確定! 回上一頁