📄 login.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>登录窗口</title>
</head>
<body>
<center>
<h3>登录窗口</h3>
<form method="post" action="login">
<p>输入用户名 :<input type="TextField" name="userName" size="10"></p>
<p>输入密码 :<input type="password" name="userPassword" size="10"></p>
<br>
<input type="submit" name="action" value="登陆">
<input type="reset" value="重写">
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -