标签: java spring
在Spring中使用BindingResult vs Errors接口有什么好处。我知道BindingResult是Errors接口的子接口,它扩展了所有Errors的方法,而且它有自己的附加方法。 哪一种常用?
BindingResult
Errors