template.js的使用心得

template.js是一款JavaScript模板引擎,用來渲染頁面的。 原理:提前將Html代碼放進編寫模板 <script id="tpl" type="text/html"></script> 中,當需要渲染頁面時,在js裏這樣調用: var tpl = document.getElementById('tpl').innerHTML; template(tpl, data}); temp
相關文章
相關標籤/搜索