📄 error.jsp
字号:
<%! /* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -