jsp和ftl有什么区别
我见过jsp和ftl文件。 ftl 是动态构造的,jsp 也是动态构造的。有什么大的区别以及哪个更好用。
I have seen jsp and ftl files. ftl are dynamically constructed and jsp's are also dynamically constructed. what is the big difference and which one is better to use.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两者确实都是由各自的技术处理以生成文本内容(通常是 HTML)的模板。然而,这两种技术之间存在一些重要的差异。
Both are indeed templates that are processed by the respective technology to generate textual contents, often HTML. However, there are several important differences between both technologies.