signonform.jsp
来自「经典的关于j2ee架构代码,采用alias+struts,其中struts的重构」· JSP 代码 · 共 23 行
JSP
23 行
<%@ include file="../common/IncludeTop.jsp" %>
<div id="Catalog">
<html:form action="/shop/signon" method="POST">
<p>Please enter your username and password.</p>
<p>
Username:<input type="text" name="username" value="j2ee"/>
<br/>
Password:<input type="password" name="password" value="j2ee"/>
</p>
<input type="submit" name="submit" value="Login"/>
</html:form>
Need a username and password?
<html:link page="/shop/newAccountForm.shtml">Register Now!</html:link>
</div>
<%@ include file="../common/IncludeBottom.jsp" %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?