📄 student.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -