码迷,mamicode.com
首页 > 编程语言 > 详细

JavaScript使用Nodejs模板引擎EJS

时间:2017-07-14 10:08:58      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:res   rod   key   result   class   embed   tag   使用   file   

HTML文件里加入下面一段代码(下载地址:http://www.embeddedjs.com/):

<script type="text/javascript" src="ejs_production.js"></script>

Syntax

// load a template file, then render it with data
html = new EJS({url: ‘/template.ejs‘}).render(data)

// update element ‘todo‘ with the result of a  
// template rendered with data from a JSON request
new EJS({url:‘/todo.ejs‘}).update(‘todo‘,‘/todo.json‘)

JavaScript使用Nodejs模板引擎EJS

标签:res   rod   key   result   class   embed   tag   使用   file   

原文地址:http://www.cnblogs.com/duoer/p/7164076.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!