JavaScript使用Nodejs模板引擎EJS
Posted 天 天 向 上
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript使用Nodejs模板引擎EJS相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
nodejs之静态文件托管 路 由EJS 模板引擎GETPOST