📄 login.jsp~3~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title>
login
</title>
</head>
<body bgcolor="#ccffcc">
<h1 align="center">
登录
</h1>
<form method="post" action="loginaction">
<br><br>
<table width="30%" align="center">
<tr>
<td>用户名:</td>
<td><input type="text" name="userName" /></td>
</tr>
<tr>
</tr>
<tr>
<td>密码:</td>
<td><input type="text" name="userPwd" /></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="Submit" value="登录">
<input type="reset" value="取消">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -