使用JSON的好Javascript模板引擎
问题描述:
我查看了 jTemplates ,值得一试。除了jTemplates之外还有其他模板引擎吗?
I have looked at jTemplates and it's worth a try. Are there any other template engines other than jTemplates?
答
我喜欢这种方法 JavaScriptMVC 框架视图特别是因为它使用JavaScript本身作为模板语言。该框架现在基于jQuery,您可以将模型直接呈现在视图中(模型支持JSON,JSONP,XML等。)。
I liked the approach the JavaScriptMVC Frameworks Views take, especially because it uses JavaScript itself as the templating language. The framework is now based on jQuery and you can render your Model right into the views (Model supports JSON, JSONP, XML etc.).