标签:res rod key result class embed tag 使用 file
HTML文件里加入下面一段代码(下载地址:http://www.embeddedjs.com/):
<script type="text/javascript" src="ejs_production.js"></script>
// 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‘)
标签:res rod key result class embed tag 使用 file
原文地址:http://www.cnblogs.com/duoer/p/7164076.html