student.jsp
来自「学生管理系统」· JSP 代码 · 共 29 行
JSP
29 行
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#0099FF" background="images/b096.gif" text="#00FF00" link="#0000FF">
<p>
<%
String id = (String)session.getAttribute("id");
//if(stu_id==null){response.sendRedirect("login.jsp");}
%>
<font color="#0000FF" size="+2" face="华文行楷">您已经成功通过验证! 您可以使用如下服务:</font> </p>
<p> </p>
<p> </p>
<table width="58%" border="0" align="center" bordercolor="#0000FF">
<tr>
<td width="37%"><div align="center"><a href="DisplayCourse.jsp"><strong>选修课程</strong></a></div></td>
<td width="31%"><div align="center"><strong><a href="StudentLoginSvlt?id=<%=id%>&action=checkmark">查看学分</a></strong></div></td>
<td width="32%"><div align="center"><a href="updateinformation.jsp"><strong>更改信息</strong></a></div></td>
</tr>
</table>
<blockquote>
<p> </p>
<p> </p>
<p><a href="login_confirm?action=logout"><<注销 </a></p>
</blockquote>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?