error.jsp 171 B

1234567
  1. <%@page contentType="text/html;charset=utf-8" isErrorPage="true"%>
  2. <html>
  3. <head><title>出现错误</title></head>
  4. <body>
  5. <H1>error ...</H1>
  6. </body>
  7. </html>