30069f3cc27f001c1a4f916d146aee45

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

TXT
38
字号
<%@ 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="from3"method="post"action="stock_11">
  <P>供应商编码:
     <input type="text"name="pro_id">
  </P>
  <P>供应商姓名:   <input type="text"name="pro_name">
  </P>
  <p>性&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;别:
    <input type="radio"name="sex"value="m">
    <input type="radio"name="sex"value="f">
  </p>
  <p>住&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;址:
     <input type="text"name="address">
  </p>
  <p>电&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;话:
    <input type="text"name="phone">   
  </p>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;email:&nbsp;
     <input type="text"name="email">   
  </p>
</tr></body></html>

⌨️ 快捷键说明

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