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.
我希望在 Node.JS 应用程序中使用 ERB 模板(如果重要,用 Express 编写)。这可能吗?
有一个非常相似的东西叫做 EJS:
http://embeddedjs.com/
创建 express 应用程序时,只需使用 -e 标志:
express MyApp -e