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.
如果我在 HTML 中发送一个(或多个)在 struts 中映射的操作表单中不存在的属性,会发生什么情况?
你甚至无法发送它们。您的 JSP 页面不会编译,因为如果您在表单中声明的任何属性未在 struts 操作表单中定义,它就不会知道它们。