📄 studenttable.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'StudentTable.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body bgcolor="#50DBD6">
<%
String name = (String)session.getAttribute("name"); %>
<h3 align="center">欢迎你!<%=name%></h3>
<table width="118" border="1" bgcolor="#93DBD6">
<tr>
<td width="108" height="30"><div align="center"><a href="http://127.0.0.1:8080/project/HeadInformation" target="mainStudentFrame"><font size="4">基本信息</font></a></div></td>
</tr>
<tr>
<td width="108" height="30"><div align="center"><a href="http://127.0.0.1:8080/project/Student/ChoiceCourse.jsp" target="mainStudentFrame"><font size="4">选择课程</font></a></div></td>
</tr>
<tr>
<td width="108" height="30"><div align="center"><a href="http://127.0.0.1:8080/project/Student" target="mainStudentFrame"><font size="4">架设中.</font></a></div></td>
</tr>
<tr>
<td width="108" height="30"><div align="center"><a href="http://127.0.0.1:8080/project/AmendPassword.jsp" target="mainStudentFrame"><font size="4">修改密码</font></a></div></td>
</tr>
<tr>
<td width="108" height="30"><div align="center"><a href="http://127.0.0.1:8080/project/Quit.jsp" target="_top"><font size="4">退出登陆</font></a></div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -