后台数据传递到页面

router.get '/', (req, res)->  
     res.render 'setting', { games:games,counts:counts,title:title }

p class:"fontP",->@games.gameName
a href:"javascript:Ongame(#{@games.gameId})", id:"onegame",->"真测试"
p ->@counts
p ->"Welcome to #{@title}"

 

posted @ 2014-12-25 16:38  绿茶叶  阅读(347)  评论(0编辑  收藏  举报