?? index.jsp
字號:
<%@ 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -