90ad005f477e001c1798d40d674cf857
来自「一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现」· 代码 · 共 49 行
TXT
49 行
<%@ 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><h1 align="center">货物登记管理</h1>
<hr>
<table align="center"width="500"border="1">
<tr>
<from name="from2"method="post"action="stock_11">
<P>商品编码:
<input type="text"name="pro_id">
</P>
<P>
商品名称:
<input type="text"name="pro_name">
</P>
<P>
商品类别:
<input type="text"name="type">
</P>
<p>生产日期:
<input type="text"name="manu_date">
</P>
<p>有效日期:
<input type="text"name="avail_date">
</P>
<p>进 价:
<input type="text"name="sto_price">
</P>
<p>单 价:
<input type="text"name="price">
</P>
<p>进货数量:
<input type="text"name="quantity">
</P>
<p>供应 商:
<input type="text"name="pro_mer">
</P>
</tr>
</table></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?