代码改变世界

随笔档案-2014年01月

Javascript模版引擎简介

2014-01-16 10:40 by Justany_WhiteSnow, 650 阅读, 收藏, 编辑
摘要: 回顾Micro-Templating出自John Resig 2008年的一片文章,以及其经典实现:// Simple JavaScript Templating// John Resig - http://ejohn.org/ - MIT Licensed(function(){ var cache = {}; this.tmpl = function tmpl(str, data){ // Figure out if we're getting a template, or if we need to // load the template - and be sure t... 阅读全文