?? getparameters.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>考試結束</title>
</head>
<body>
<h3>
考生:<%=session.getValue("username")%><br /><br />
考生成績明細<br /><br />
英語沙龍:<%=request.getParameter("en")%><br />
電腦常識:<br />
<br />
最后得分:
</h3>
<a href="ExamLogin.jsp">進入登錄頁面</a>
<a href="#" onclick="window.close();">關閉窗口</a>
<a href="#" onclick="window.print();">打印窗口</a>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -