unixboy 发表于 2013-2-7 15:03:12

短小精捍的 javascript template engine

JavaScript Micro-Templating

 
<div class="postentry">I'vehad a little utility that I've been kicking around for some time nowthat I've found to be quite useful in my JavaScriptapplication-building endeavors. It's a super-simple templating functionthat is fast, caches quickly, and is easy to use. I have a coupletricks that I use to make it real fun to mess with.
Here's the source code to the templating function (a more-refined version of this code will be in my upcoming book Secrets of the JavaScript Ninja):
<div class="syntax_hilite">
页: [1]
查看完整版本: 短小精捍的 javascript template engine