jQuery 模板引擎
根据这个问题,什么是jQuery模板引擎?
使用它们有什么好处和优势?
According to this question, what are jQuery template engines?
What are the benefits and advantages of using them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据这篇文章:http://weblogs.asp.net/scottgu/archive/2010/05/07/jquery-templates-and-data-linking-and-microsoft-contributing-to-jquery.aspx< /a>
使用它们的好处是您可以将逻辑(主 UI 和控件)和代码重用分开。在我看来,后者是更大的优势。至于缺点,嗯……也许是学习曲线?还是多余的空闲时间?两者都是固有的缺点(如果你不喜欢高效的话)
According to this post: http://weblogs.asp.net/scottgu/archive/2010/05/07/jquery-templates-and-data-linking-and-microsoft-contributing-to-jquery.aspx
The benefits of using them is that you can seperate your logic (Main UI and controls) and code reuse. The latter being the bigger advantage IMO. As for disadvantages, well... maybe learning curve? Or excess free-time? Both are inherent disadvantages (if you don't like to be productive)