⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 signonform.jsp

📁 是一个ibats和struts的整合的实例
💻 JSP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -