📄 xiaoshoujilu.jsp~4~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
xiaoshoujilu
</title>
</head>
<body bgcolor="#ffffff">
<form name="form1" method="post" action="">
请选择查看方式
<select name="select">
<option>全部记录</option>
<option>指定订单号</option>
<option>指定客户ID</option>
</select>
<input name="shuru" type="text" id="shuru">
<input type="submit" name="Submit" value="提交">
</form>
<p> </p>
<p> </p>
<table width="1016" height="34" border="1">
<tr>
<td width="65"><div align="center">订单号</div></td>
<td width="69"><div align="center">用户ID</div></td>
<td width="94"><div align="center">产品序列号</div></td>
<td width="63"><div align="center">产品名</div></td>
<td width="73"><div align="center">产品型号</div></td>
<td width="83"><div align="center">产品价格/1</div></td>
<td width="78"><div align="center">数量</div></td>
<td width="56"><div align="center">支付</div></td>
</tr>
</table>
<form name="form2" method="post" action="">
<table width="1016" height="22" border="1">
<tr>
<td width="106"><input name="dingDanHao" type="text" id="dingDanHao" size="10"></td>
<td width="117"><input name="userCode" type="text" id="userCode" size="10"></td>
<td width="155"><input name="number" type="text" id="number" size="10"></td>
<td width="102"><input name="name" type="text" id="name" size="10"></td>
<td width="126"><input name="model" type="text" id="model" size="10"></td>
<td width="133"><input name="price" type="text" id="price" size="10"></td>
<td width="132"><input name="count1" type="text" id="count1" size="10"></td>
<td width="93"><input name="zhiFu" type="text" id="zhiFu" size="10"></td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -