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}"

 

相关文章:

  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-05
  • 2021-06-17
  • 2021-11-24
  • 2021-08-20
  • 2022-12-23
  • 2021-08-28
  • 2021-09-01
相关资源
相似解决方案