除了占位符替换之外,模板系统还应该包括哪些其他功能?
除了明显的占位符替换之外,模板系统的最低基本特征是什么?
如果你愿意的话,可以举出一些库的例子,以及是什么让它们很酷,它们的哪些部分很糟糕,也许不应该在那里……
Just what are the minimum essential features of a templating system besides the obvious placeholder substitution?
Give examples of libraries if you wish and what makes them cool and what bits about them suck and maybe should not be there...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里是 Java 中一些可用的模板引擎。我认为 Velocity、FreeMaker 和 StringTemplate 是最受欢迎的。您可以拥有其中最好的。
Here are some of the available templating engines in Java. Velocity, FreeMaker and StringTemplate, I believe are most popular. You can have the best of all of them.