单项选择题
下面选项中,能够正确访问下面代码中方法是()。
A.http://localhost:8080/chapter12/hello/firstController B.http://localhost:8080/chapter12/first/firstController C.http://localhost:8080/chapter12/first/first D.http://localhost:8080/chapter12/hello/first
单项选择题 下面不属于Spring MVC中常用的默认参数类型的是()。
单项选择题 RequestMapping注解类型的作用是()。
单项选择题 以下有关Spring MVC中自定义拦截器的方法说法错误的是()。