类型转换接口Formatter继承了Printer和____接口。
查看答案
@RequestParam注解类型主要用于对请求中的参数进行定义。( )
A. 对
B. 错
自定义Converter类需要实现org.springframework.core.convert.converter.Converter接口( )
A. 对
B. 错
Spring MVC会将BindingResult对象中的内容赋给处理方法的相应参数。( )
A. 对
B. 错
当前端请求的参数比较简单时,可以在后台方法的形参中直接使用Spring MVC提供的默认参数类型进行数据绑定。( )
A. 对
B. 错