匹配 smarty 语法的 javascript 模板引擎

发布于 2024-10-16 23:10:20 字数 128 浏览 3 评论 0原文

我正在寻找一个与 smarty 语法相匹配的客户端 JavaScript 模板引擎。我们可能会使用 jQuery。由于我们有很多遗留的 smarty 模板,我正在寻找一个可以使用旧模板提供的引擎。最低限度是具有相同的占位符语法,但越接近越好。

I am looking for a client-side javascript templating engine that matches the smarty syntax. We will probably use jQuery with it. Since we have a lot of legacy smarty templates, I am looking for an engine that we can feed with the old templates. The minimum would be to have the same placeholder syntax, but the closer the better.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

变身佩奇 2024-10-23 23:10:20

JavaScript 中有一个 Smarty 实现:

https://github.com/balupton/jquery-smarty

There is a Smarty implementation in JavaScript:

https://github.com/balupton/jquery-smarty

吻泪 2024-10-23 23:10:20

PHP Smarty 到 JScript 的免费开源端口:http://code.google.com/p/ jsmart/

Free and open-source port of PHP Smarty to JScript: http://code.google.com/p/jsmart/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文