在web.xml 中配置error-page <error-page> <error-code>400</error-code> <location>/error.jsp</location> </error-page> <error-page> <error-code>404</error-code> ...
確定! 回上一頁