jsp如何清除购物车的session数据
我的商品数据是这么取的<c:forEachvar="me"items="${cart.map}"><tr><tdclass="goods">${me.value.prod...
我的商品数据是这么取的
<c:forEach var="me" items="${cart.map}">
<tr>
<td class="goods">${me.value.products.products_name}</td>
<td class="price">${me.value.products.products_price}</td>
<td class="count">
<input class="count-input" type="text" value="${me.value.quantity}" onchange="changequantity(this,${me.value.products.products_id},${me.value.quantity})"/></td>
<td class="subtotal">${me.value.amount}</td>
<td class="operation"><a href="/DeleteItemServlet?products_id=${me.value.products.products_id}">删除</a></td>
</tr>
</c:forEach>
同一个用户提交定单后再进行购买,上张单子的商品还在 展开
<c:forEach var="me" items="${cart.map}">
<tr>
<td class="goods">${me.value.products.products_name}</td>
<td class="price">${me.value.products.products_price}</td>
<td class="count">
<input class="count-input" type="text" value="${me.value.quantity}" onchange="changequantity(this,${me.value.products.products_id},${me.value.quantity})"/></td>
<td class="subtotal">${me.value.amount}</td>
<td class="operation"><a href="/DeleteItemServlet?products_id=${me.value.products.products_id}">删除</a></td>
</tr>
</c:forEach>
同一个用户提交定单后再进行购买,上张单子的商品还在 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询