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

📄 loginsuccess.jsp

📁 学生信息管理系统简单实现 可以简单得实现现阶段学生信息得增加 修改 删除 查看
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<title>
登录成功
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
	background-color: #CCCCFF;
}
.style1 {
	font-family: "华文行楷";
	font-size: 12mm;
	color: #333333;
}
-->
</style></head>
<body>

<table width="100%"  border="0">
  <tr>
    <td width="14%" height="67">&nbsp;</td>
    <td width="86%">&nbsp;</td>
  </tr>
  <tr>
    <td height="103">&nbsp;</td>
    <td>
<h3 class="style1">
登录成功!</h3></td>
  </tr>
  <tr>
    <td height="114">&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="65">&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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