errorpge.jsp
来自「运用JSP+tomcat及各种数据库编辑的一些较常用的应用程序」· JSP 代码 · 共 15 行
JSP
15 行
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<!--
Copyright (c) 1999 The Apache Software Foundation. All rights
reserved.
-->
<body bgcolor="red">
<%@ page isErrorPage="true" %>
<h1> The exception <%= exception.getMessage() %> tells me you
made a wrong choice.
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?