50b5ef97437e001c1798d40d674cf857
来自「一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现」· 代码 · 共 30 行
TXT
30 行
<%@ 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="400"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="type">
</P></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?