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.
我似乎在某些 ejs 代码中存在一个错误,该错误由 express 提供。我一般使用优秀的 node-inspector 包在 express 和 node.js 中调试。但它似乎在 ejs 中不可用。有没有好的方法来做到这一点?
在您的路线中:
res.locals.inspect = inspect;
那么在你看来:
<%= inspect(data) %>