http://www.oschina.net/p/tjs
https://github.com/jasonmoo/t.js
var template = new t("<div>Hello {{=name}}</div>");
document.body.innerHtml = template.render({name: "World!"});
posted on 2012-08-14 19:57
SIMONE 閱讀(463)
評(píng)論(0) 編輯 收藏 所屬分類:
JavaScript