index.jsp

来自「学生成绩管理系统」· JSP 代码 · 共 19 行

JSP
19
字号
<%@ page contentType="text/html;charset=GB2312" %>
<%@ include file="common/session_check.jsp"%>
<html>
<head>
<title>学生成绩管理系统</title>
</head>
<frameset framespacing="1" rows="69,*" frameborder="0" name="all">
  <frame name="banner" scrolling="no" noresize target="contents" src="banner.htm">
  <frameset cols="178,*">
    <frame name="menu" target="main" src="menu.jsp" marginwidth="0" marginheight="0" scrolling="no" noresize>
    <frame src="firstPage.jsp" name="main" scrolling="auto">
  </frameset>
  <noframes>
  <body>
  </body>
  </noframes>
</frameset>
</html>

⌨️ 快捷键说明

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