?? welcome.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%
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>
<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>
<center>
<table border="1" bordercolor="pink" bgcolor="pink" cellpadding="5" cellspacing="0">
<tr><td><marquee scrollamount='1' scrolldelay='10' direction= 'UP' width='600' height='600' style="padding: 600px 0pt;">
<h2 align="center">
<p align='center'><font color='#FF0099' face='黑體'>歡迎來到學生成績管理系統</font>
</h2>
<p align='center'><font color='#FF0000'>1.修改人員信息</font></a>
<p align='center'><font color="#FF0000">2.查詢學生信息</font>
<p align='center'><font color="#FF0000">3.修改密碼</font>
<p align='center'><font color="#FF0000">4.學生成績錄入</font>
<p align='center'><font color="#FF0000">5.增加人員信息</font>
<p><font color='#FF0000'> <br>
<br>
<center>copyright@by 軟件工程3班---秋天的楓葉</center>
</marquee></td></tr></table></center>
</body>
</html>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -