errorpge.jsp

来自「“JSP数据库项目案例导航”一书从第一章到第十一章各章实例的源程序文件以及数据库」· 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 + -
显示快捷键?