简介 使用JavaScript生成一些HTML document.write('<h1>Please Don\'t Do This</h1>'); document.write('<p><span class="code">document.write</span> is naughty,\n'); document.write('and should be avoided at all costs.</p>');…
Mustache(英文本意:触须,胡须)是基于JavaScript实现的模版引擎,类似于JQuery Template,但是这个模版更加的轻量级,语法更加的简单易用,很容易上手. 下载:https://github.com/janl/mustache.js mustache主要特点是logic less Templates 意思说,模版中无逻辑或者说很少逻辑. A mustache template is a string that contains any number of mustache…