📄 706d81656113001e1dd9dd943073e196
字号:
<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<%@ taglib prefix="bean" uri="http://struts.apache.org/tags-bean" %>
<%@ taglib prefix="html" uri="http://struts.apache.org/tags-html" %>
<!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=GB18030">
<title>Insert title here</title>
</head>
<body>"
<h1 align="center">用户登录</h1>
<html:form action="user.do?commad=login" method="post" >
<table align="center">
<tr>
<td colspan="2"><font color="red"><html:errors property="exception.info"/></font></td>
<tr>
<td align="right">用户名:</td>
<td><html:text property="userName"/></td>
<td><font color="red"><html:errors property="userName"/></font></td>
</tr>
<tr>
<td align="right">密 码:</td>
<td><html:password property="password"/></td>
<td><font color="red"><html:errors property="password"/></font></td>
</tr>
<tr>
<td align="right"><html:submit>登录</html:submit></td>
<td align="left"><html:reset>重置</html:reset></td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -