c0378c8df277001c1c85c455bdfebbb9

来自「一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现」· 代码 · 共 34 行

TXT
34
字号
<%@ page language="java" contentType="text/html; charset=gb2312"    pageEncoding="gb2312"%><!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=gb2312"><title>超市管理系统</title></head><body>
<table width="200" border="0" align="center" bordercolor="black" bgcolor="" cellspacing="0" cellpadding="0">
  <tr>
    <th height="100"></th>
  </tr>
  <tr>
    <form action="action.jsp" method="post">
    <table width="300" bgcolor="orange" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <th height="25">用户名:<input name="username" size="20" type="text"></th>
      </tr>
      <tr>
        <th height="25">密 &nbsp;码:<input name="password" size="21" type="password"></th>
      </tr>
      <tr>
        <th height="25"><input type="submit" name="submit" value="提交"></th>
      </tr>
     </table>
     </form>
   </tr>
 <tr>
   <th height="100"></th>
 </tr>
</table>
</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?