如: app.get("/",home.index); exports.index = function(req,res){ res.render("index/index",{title:’index’}); } /login /logout …
每次都要写这么多总感觉很麻烦,有没有类似struts的那种模块 用来管理所有的action
如: app.get("/",home.index); exports.index = function(req,res){ res.render("index/index",{title:’index’}); } /login /logout …
每次都要写这么多总感觉很麻烦,有没有类似struts的那种模块 用来管理所有的action