false.jsp
来自「用户登入」· JSP 代码 · 共 20 行
JSP
20 行
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<html>
<head>
<title>注册失败!</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<center>
<table border="1" height="100" width="250" style="margin-top:150">
<tr bgcolor="lightgrey" height="25">
<td align="center">注册失败!</td>
</tr>
<tr>
<td align="center">请输入 <b>用户名</b> 或 <b>职务</b>!</td>
</tr>
</table>
<a href="index.jsp">返回</a>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?