?? gouwuchakan.jsp~37~
字號:
<%@ page contentType="text/html; charset=GBK" import="java.util.*;"%>
<jsp:useBean id="gouwuzhuangtai" scope="session" class="JavaBean.GouWuBaoCun">
</jsp:useBean>
<%@page import="ejb.GouWuCheInfoVo" %>
<%Iterator it =gouwuzhuangtai.chakanjilu().iterator();%>
<html>
<head>
<title>
gouwuchakan
</title>
</head>
<body bgcolor="#ffffff">
<table width="705" height="32" border="1">
<tr>
<td width="85"><div align="center">用戶ID</div></td>
<td width="89"><div align="center">手機編號</div></td>
<td width="89"><div align="center">手機品牌號</div></td>
<td width="69"><div align="center">型號</div></td>
<td width="63"><div align="center">價格/1臺</div></td>
<td width="60"><div align="center">數量</div></td>
<td width="92"><div align="center">確認購買</div></td>
<td width="92"><div align="center">刪除</div></td>
</tr>
</table>
<%String a; %>
<%while(it.hasNext()){GouWuCheInfoVo vo =(GouWuCheInfoVo)it.next();%>
<form name="form1" method="post" action="gouwushanchuORtijiao.jsp">
<table width="709" height="21" border="1">
<tr>
<td width="84"><div align="center">
<input name="userCode" type="text" id="userCode" size="8" readOnly value="<%=vo.getUserCode()%>">
</div></td>
<td width="91"><div align="center">
<input name="number" type="text" id="number" size="8" readOnly value="<%=vo.getNumber()%>">
</div></td>
<td width="89"><div align="center">
<input name="name" type="text" id="name" size="8" readOnly value="<%=a=new String(vo.getName().getBytes("8859_1"))%>">
</div></td>
<td width="70"><div align="center">
<input name="model" type="text" id="model" size="8" readOnly value="<%=vo.getModel()%>">
</div></td>
<td width="63"><div align="center">
<input name="price" type="text" id="price" size="8" readOnly value="<%=vo.getPrice()%>">
</div></td>
<td width="63"><div align="center">
<input name="count1" type="text" id="price" size="8" readOnly value="<%=vo.getCount1()%>">
</div></td>
<td width="92"><div align="center">
<input type="submit" name="button" value="提交確認">
</div></td>
<td width="110"><div align="center">
<input name="button" type="Submit" value="刪除">
</div></td>
</tr>
</table>
</form>
<p> </p>
<%}%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -