我做了一个网上书店的jsp界面,从数据库读取了数据,然后我想实现 加入购物车,查看购物车功能,求救! 5
最好在一个页面实现,<thead><tr><thwidth="5%"><spanstyle="font-weight:400">序号</span></th><thwidt...
最好在一个页面实现,
<thead>
<tr>
<th width="5%"><span style="font-weight: 400">序号</span></th>
<th width="28%"><span style="font-weight: 400">书名</span></th>
<th width="15%"><span style="font-weight: 400">出版社</span></th>
<th width="16%"><span style="font-weight: 400">ISBN</span></th>
<th width="15%"><span style="font-weight: 400">价格(¥)</span></th>
<th width=""><span style="font-weight: 400">操作</span></th>
</tr>
</thead>
<tbody>
<c:if test="${bookList==null}"><jsp:forward page="SeachBookServlet"/></c:if>
<c:forEach var="book" items="${bookList}">
<tr>
<td align="center">11111</td>
<td>${book.bookName}</td>
<td align="center">${book.publisherID}</td>
<td align="center">${book.isbn}</td>
<td align="center">${book.pic}</td>
<td align="center" nowrap="nowrap"><a onclick="">查看详细 </a>
<img src="./images/buy.gif"/ onclick="buy()"></td>
</tr>
</c:forEach> 这是一部分代码 展开
<thead>
<tr>
<th width="5%"><span style="font-weight: 400">序号</span></th>
<th width="28%"><span style="font-weight: 400">书名</span></th>
<th width="15%"><span style="font-weight: 400">出版社</span></th>
<th width="16%"><span style="font-weight: 400">ISBN</span></th>
<th width="15%"><span style="font-weight: 400">价格(¥)</span></th>
<th width=""><span style="font-weight: 400">操作</span></th>
</tr>
</thead>
<tbody>
<c:if test="${bookList==null}"><jsp:forward page="SeachBookServlet"/></c:if>
<c:forEach var="book" items="${bookList}">
<tr>
<td align="center">11111</td>
<td>${book.bookName}</td>
<td align="center">${book.publisherID}</td>
<td align="center">${book.isbn}</td>
<td align="center">${book.pic}</td>
<td align="center" nowrap="nowrap"><a onclick="">查看详细 </a>
<img src="./images/buy.gif"/ onclick="buy()"></td>
</tr>
</c:forEach> 这是一部分代码 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询