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.
expressjs req, res 对象在请求通过并调用 res.send() 后是否被垃圾收集?
一旦没有引用它们,它们将被清理。如果您仍然有引用reqorres的代码,那么它们将一直存在,直到您的代码完成它们为止。这不一定是在您完成发送响应时。
req
res