Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试过以下
.loginLocals(function (req, res, done) { console.log(req.user); done(); })
它似乎被 GET 调用(req.user 未定义)但不是 POST(此时我将能够访问用户并输入相关参数)