Spring MVC 项目中最常用的标签库是什么
我发现 JSP 标签库(如 struts 标签库)比标签文件或 JSTL 标签更容易使用。但是 Spring MVC 项目中最常用的 JSP 标签库是什么?
I find JSP tag libraries (like struts tag library) easier to use compared to tag files or JSTL tags. But what's the most commonly used JSP tag library in Spring MVC projects?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它应该是 Spring 的表单标签库,因为它与 Spring Web MVC 集成,使标签可以访问控制器处理的对象和数据。
It should be the Spring's form tag library as it is integrated with Spring Web MVC, giving the tags access to object and data your controller deals with.