According to the API reference, the first param always contain request req, then response res. So change first param res to req: app.get('/', function(req, ...
確定! 回上一頁