errorpge.jsp

来自「tomcat最新安装程序」· JSP 代码 · 共 14 行

JSP
14
字号
<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 + -
显示快捷键?