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

📄 test.jsp~14~

📁 基于b/s模式的jsp在线考试系统
💻 JSP~14~
字号:
<%@page contentType="text/html; charset=GBK"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<html>
<head>
<title>试题</title>
</head>
<body bgcolor="#6699FF">
  <center>
    <h3><a href="main.jsp?action=1">返回</a></h3>
  </center>
<c:choose>
  <c:when test="${not empty sessionScope.user or not empty sessionScope.admin}">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  <html>
  <head>
  <title>考试题</title>
    <META http-equiv=Content-Type content="text/html; charset=gb2312">
<script type="" src="admin/js/xmlTookit.js" language="javascript"></script>  </head>
  <body bgcolor="#ffffff">
    <Div align="center" id="bodys">    </Div>
    <div align="center">
      <input type="button" value="交卷 GOGO" onclick="adjudicate()"/>
    </div>
<script type="" language="javascript">init('${param.xmlPth}',bodys)</script>  </body>
  </html>
  </c:when>
  <c:otherwise>
    <jsp:forward page="login.jsp"/>
  </c:otherwise>
</c:choose>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -