error.jsp

来自「resinweb服务器源文件」· JSP 代码 · 共 16 行

JSP
16
字号
<%!  /*   * There are no expected exceptions, because we have no   * File I/O or database access.  So if something goes wrong it's because   * there's a bug in the code.   */%><html><title>TicTacToe: Badness</title><body><h1>TicTacToe: Badness</h1>Something severely bad happened: <%= exception %><pre><% exception.printStackTrace(out); %></pre></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?