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.
以下代码有什么作用?
mapping.getInputForward()
谢谢。
它将转发名称作为相关操作的“输入”属性返回。
例如,它可用于在验证失败时返回表单页面。