📄 a1.jsp
字号:
<%@page language="java" contentType="text/html; charset=GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<html:html>
<head>
<title>用户登陆</title>
<link href="/css/base.css" rel="stylesheet" type="text/css">
</head>
<body>
<center>
<br>
<p><b>用户登陆</b></p>
<hr width="80%">
<br>
<html:form action="/U05A1Action">
<table>
<tr>
<td align="right">用户名:</td>
<td><html:text property="userName"/></td>
</tr>
<tr>
<td align="right">密码:</td>
<td><html:password property="password"/></td>
</tr>
<tr>
<td colspan="2" align="center">
<html:errors property="loginError"/>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<html:submit styleClass="inputstyle2">提 交</html:submit>
<html:reset styleClass="inputstyle2">重 置</html:reset>
</td>
</tr>
</table>
</html:form>
</center>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -