?? teachermain.jsp
字號(hào):
<%@ include file="conn.jsp"%>
<%String adminvalue="admin",teacher="",fenlei1="",fenlei2="";%>
<%@ include file="isteacher.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>教師界面</title>
</head>
<frameset rows="*" cols="150,*" framespacing="0" frameborder="NO" border="0">
<frame src="teacherleft.jsp" name="left" scrolling="NO" noresize>
<frame src="teacherindex.jsp" name="main">
</frameset>
<noframes>
<body text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0>
請(qǐng)使用IE4.0以上瀏覽器瀏覽該網(wǎng)站
</body>
</noframes>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -