首页/问答请问nodejs 是否有server端的模板,类似 ruby的erb问答Ssunhaolin发布于10 年前最后回复10 年前|4 回复4040 浏览0 收藏类似这样的写法 <% if (user) { %> <h2><%= user.name %></h2> <% } %>