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.
如何在 Spring 中使用带有“SimpleFormController”的普通“html”表单?我知道,如何使用 spring taglibs 并给我一个例子,如果你知道怎么做?谢谢
如果您查看使用 jsp 并使用 Springs 表单标记库生成的页面的源代码,您应该能够看到 SimpleFormController 所需的 HTML 标记的<form>格式<input>。
<form>
<input>