jsp一些使用技巧
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jsp一些使用技巧相关的知识,希望对你有一定的参考价值。
1、web.xml中配置error页面
一、<error-page> <error-code>500</error-code> <location>500.jsp</location> </error-page> 二、<error-page> <exception-type>java.lang.xxxException</exception-type> <location>500.jsp</location> </error-page>
以上是关于jsp一些使用技巧的主要内容,如果未能解决你的问题,请参考以下文章