?? creattest.jsp~5~
字號(hào):
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<center>
<h1>生成試卷</h1>
<form method="POST" action="CreateTests">
<table border="1">
<tr>
<td>單項(xiàng)選擇題共</td><td><input type="text" name="OneCount" value="60" />道</td>
</tr>
<tr>
<td>簡(jiǎn)答題共</td><td><input type="text" name="MCount" value="4" />道</td>
</tr>
<tr>
<td><input type="submit" value="生成試卷" /></td>
</tr>
</table>
</form>
</center>
<c:if test="${not empty requestScope.alert}">
<script type="" language="javascript">${requestScope.alert}</script>
</c:if>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -