⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 left.jsp

📁 一个很实用的在线考试系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=GB2312"%>
<table width="186" border="0" cellpadding="0" cellspacing="1"
	bgcolor=#A7A7A7>
	<tr height=31>
		<a href="exam.jsp" target="right">
		<td bgcolor="#f3f3f3" align=center
			onMouseOver="this.bgColor='#a7a7a7'"
			onMouseOut="this.bgColor='#ffffff'" style="cursor:hand">
			&gt;&nbsp;生成试卷
		</td>
		</a>
	</tr>
	<tr height=31>
		<a href="paper.jsp" target="right">
		<td bgcolor="#f3f3f3" align=center
			onMouseOver="this.bgColor='#a7a7a7'"
			onMouseOut="this.bgColor='#ffffff'" style="cursor:hand">
			&gt;&nbsp;生成考试
		</td>
		</a>
	</tr>
	<tr height=31>
		<a href="outexam.jsp" target="right">
		<td bgcolor="#ffffff" align=center
			onMouseOver="this.bgColor='#a7a7a7'"
			onMouseOut="this.bgColor='#ffffff'" style="cursor:hand">
			&gt;&nbsp;在线考试
		</td>
		</a>
	</tr>

	<tr height=31>
		<a href="subject.jsp" target="right">
		<td bgcolor="#ffffff" align=center
			onMouseOver="this.bgColor='#a7a7a7'"
			onMouseOut="this.bgColor='#ffffff'" style="cursor:hand">
			&gt;&nbsp;题&nbsp;&nbsp;&nbsp;&nbsp;库
		</td>
		</a>
	</tr>
</table>

⌨️ 快捷键说明

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