top.jsp

来自「全部代码全部在JDK中调试成功」· JSP 代码 · 共 16 行

JSP
16
字号
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%@ page session="true" %>
<%@ page contentType="text/html;charset=gb2312" %>  
</head>
<body bgcolor="#CCFFCC" topmargin="5">
<table border="0" width="73%" align="center">
  <tr> 
    <td width="11%" height="61">&nbsp;</td>
  </tr>
</table>
</body></noframes>
</html>

⌨️ 快捷键说明

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