请教,用Express框架如何传值
发布于 3年前 作者 easonblack 1892 次浏览

关键代码如下 express = require(‘express’), app = express.createServer(‘localhost’), hogan = require(‘express-hogan.js’),

app.register('.html’, hogan);

res.render('main.html’,{ layout : false, AID:"11" }) ;

我在layout处,试了用false,hogan,express-hogan,但在前台均无法获得AID的值

怎么改才能在前台通过{{AID}},获得AID这个值

本人node新手,望赐教

2 回复

https://github.com/Dundee/express-hogan.js.git

官方不是提供了非常详细的demo吗?

谢了,之前没找到这个,现在完全没问题了

回到顶部