Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Mustache 已经有一段时间了,我开始渴望在我的模板中加入一点逻辑。我一直在研究各种模板格式,有点惊讶的是很少有同时支持服务器端和客户端解析的模板格式。
我真的在寻找一种格式: 1. 一点点逻辑 2. 可嵌套结构(即可以调用另一个) 3. 同时具有 PHP 和 JS 解析库
我已经看到了这个和这个,但它们似乎都具有非常低的吸收率,并且没有 100% 支持 jquery tmpl 格式。
有没有人遇到过这样的事情?