test_add_index.jsp

来自「在线考试系统」· JSP 代码 · 共 37 行

JSP
37
字号
<%@ page language="java" pageEncoding="GB2312"%>
<html>
  <head>
   <style type="text/css">
<!--
a:link {
	text-decoration: none;
	color: #6699FF;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
-->
</style>
  </head>
  <body>
   <br><br><br> <h2 align="center">选择录入的题目类型</h2>
    <br>
    <center><a href="single_add.jsp">单选题录入</a></center>
       <br>
    <center><a href="many_add.jsp">多选题录入</a></center>
       <br>
    <center><a href="judge_add.jsp">判断题录入</a></center>
       <br>
    <center><a href="program_add.jsp">编程题录入</a></center>
  </body>
</html>

⌨️ 快捷键说明

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