在Spring MVC中,若Controller方法的返回值为ModelAndView,以下操作正确的是( )
A需要方法结束时,定义ModelAndView对象,并对model和view分别进行设置
B使用request或 response指定响应结果
C可以通过response页面重定向
D可以通过response指定响应结果
A需要方法结束时,定义ModelAndView对象,并对model和view分别进行设置
B使用request或 response指定响应结果
C可以通过response页面重定向
D可以通过response指定响应结果