📄 login.jsp
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@taglib uri="/struts-tags" prefix="s"%>
<!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=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<center>
<h2>User Login</h2>
<s:fielderror></s:fielderror>
<form action="login.action" method="post">
<table border="1">
<tr><td>UserName</td>
<td><input type="text" name="username"/></td>
</tr>
<tr><td>PassWord</td>
<td><input type="password" name="password"/></td></tr>
</table>
<input type="submit"
value="Submit"/>
<input type="reset"
value="Reset"/>
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -