1. <%@page contentType="text/html; charset=GBK" isErrorPage="true" %> 2. <html> 3. <head> 4. <title>error</title> 5. </head> 6. <body bgcolor="#ffffff"> 7. 抱歉,系統發生異常,點擊<a href="login.jsp">這兒</a>返回首頁 8. </body> 9. </html> |
1. <%@page contentType="text/html; charset=GBK" errorPage="error.jsp"%> 2. <%@page import="bookstore.*"%> 3. <%@page import="java.sql.*"%> 4. … |
1. <%@page contentType="text/html; charset=GBK" errorPage="error.jsp"%> 2. <%@page errorPage="error_error.jsp"%> 3. … |
![]() 圖 15 友好的錯誤處理頁面 |
1. <%@ page contentType="text/html; charset=GBK" errorPage="error.jsp" %> 2. <html> 3. <head> 4. <title> 5. fail 6. </title> 7. </head> 8. <body bgcolor="#ffffff"> 9. 你輸入的密碼不正確,點擊<a href="login.jsp">這兒</a>返回登錄頁面。 10. </body> 11. </html> |
![]() 圖 16 fail.jsp頁面效果 |
新聞熱點
疑難解答