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 作为模板引擎和 ExpressJS 2.5.8 的 node.js 应用程序
我尝试以这种方式在 ejs 页面中包含部分内容:
<%- partial('list') %>
我收到“500 内部错误”。我尝试了许多不同的方式,也使用了 <% include list %> 但我总是收到 500 错误。我究竟做错了什么?