📄 login.jsp
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8"%>
<%@ taglib prefix="ww" uri="/webwork" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/design.css" rel="stylesheet" type="text/css">
<title>登陆</title>
</head>
<body>
<div id="main">
<div id="header">
登陆:
</div>
<div id="content">
<form action="findUser.action" method="POST">
<div>
用户账号:
<input type="text" name="user.username" class="formFrame">
</div>
<div>
密 码:
<input type="password" name="user.password" class="formFrame">
</div>
<div>
<input type="button" class="submit" onclick="submit()">
<input type="button" class="cancel" onclick="cancel()">
</div>
</form>
</div>
<div id="footer"></div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -