• 2022-05-28
    SpringMVC框架异常处理两种方式是?
    A: 使用Spring MVC提供的简单异常处理器SimpleMappingExceptionResolver
    B: throw抛异常对象
    C: throws抛异常类
    D: 实现Spring的异常处理接口HandlerExceptionResolver 自定义自己的异常处理器