error2.jsp

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

JSP
18
字号
<%@ page contentType="text/html;charset=GB2312" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312" />
<link rel="stylesheet" type="text/css" href="../jsp/css/css.css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<table border="0" width="98%" cellpadding="0" cellspacing="0" align="center"  bordercolor="A1B7DB" class="collapse">
  <tr>
    <td height="28" align="center"  style="border-bottom:#4A7F9B 2px solid;"><font color="#336699" size="2"><strong>系统信息</strong></font></td>
</tr>
<tr>
<td class="common" height="25" align="center">您没有权限进行此操作!</td>
</tr>          
</table>

</body>
</html>

⌨️ 快捷键说明

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