menu.jsp

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

JSP
19
字号
<%@ page contentType="text/html;charset=gb2312" %>
<html>
	<head>
		<title>menu</title>
	</head>
	<body background="2.jpg">
	
	<form action="MenuAction">	
	<tr>	
		<a href="userBasicManage.jsp" target="bottom" bgcolor="green">用户基本信息</a>
		<a href="studentScoreInfor.jsp" target="bottom"bgcolor="green">学生成绩信息</a>
		<a href="courseInformation.jsp" target="bottom">课程基本信息</a>
		<a href="examItem.jsp" target="bottom">管理考试科目信息</a>	
		<a href="queryInformation.jsp" target="bottom">查询基本信息</a>
		
		<a href="teachingInfor.jsp" target="bottom">查询教师任课信息</a>
	</tr></form>
	</body>
</html>

⌨️ 快捷键说明

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