?? 10617951ea12001e1c109cf6c0702dd1
字號:
<%@ 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="login.do" method="post" name="form1">
<table align="center">
<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 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 + -