error.jsp
上传用户:sami52198
上传日期:2010-02-11
资源大小:5174k
文件大小:0k
源码类别:

电子政务应用

开发平台:

MultiPlatform

  1. <%@ page contentType="text/html;charset=gb2312" %>
  2. <%@ page isErrorPage="true" %>
  3. <% 
  4.       String s_exception = "";
  5.       if (exception != null) {
  6.       s_exception = exception.toString();
  7.       int i = s_exception.indexOf(":");
  8.       s_exception = s_exception.substring(i+1);
  9.       }
  10.  %>
  11.  
  12. <%=s_exception%>