📄 test_info.jsp
字号:
<%@ 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_modify.jsp">单选题修改</a></center>
<br>
<center><a href="many_modify.jsp">多选题修改</a></center>
<br>
<center><a href="judge_modify.jsp">判断题修改</a></center>
<br>
<center><a href="program_modify.jsp">编程题修改</a></center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -