代替layout.ejs的方法
express 3.x已经去掉的layout,那用什么方法能实现layout.ejs的功能。网上说用include,哪位能给个具体的例子?
2 回复
<% include footer.ejs %>
http://cnodejs.org/topic/519e01c563e9f8a542fa68f9
这位大神的教程里面有第一章就有介绍,所以你可以看看
express 3.x已经去掉的layout,那用什么方法能实现layout.ejs的功能。网上说用include,哪位能给个具体的例子?
<% include footer.ejs %>
http://cnodejs.org/topic/519e01c563e9f8a542fa68f9
这位大神的教程里面有第一章就有介绍,所以你可以看看