jsp 中怎么合并 一个列
我用c:foreach读出行,怎么把${order.cost}合并?<c:forEachitems="${order.orderLine}"var="orderLine"...
我用c:foreach读出行,怎么把 ${order.cost} 合并?
<c:forEach items="${order.orderLine}" var="orderLine">
<tr bgcolor="ffffff">
<td align="center" width="250px"> ${orderLine.product.productName}</td>
<td align="center" width="150px">${orderLine.amount}</td>
<td align="center" width="200px">¥ ${orderLine.product.price}/份</td>
<td align="center" width="200px" style="border-right-style:1px">¥ ${orderLine.product.price*orderLine.amount}</td>
<td align="center" rowspan="" width="200px"> ¥ ${order.cost}</td>
</tr>
</c:forEach> 展开
<c:forEach items="${order.orderLine}" var="orderLine">
<tr bgcolor="ffffff">
<td align="center" width="250px"> ${orderLine.product.productName}</td>
<td align="center" width="150px">${orderLine.amount}</td>
<td align="center" width="200px">¥ ${orderLine.product.price}/份</td>
<td align="center" width="200px" style="border-right-style:1px">¥ ${orderLine.product.price*orderLine.amount}</td>
<td align="center" rowspan="" width="200px"> ¥ ${order.cost}</td>
</tr>
</c:forEach> 展开
2个回答
展开全部
<td colspan="xx"></td> (xx为列数,合并xx列,同时需要把本行删除xx个<td></td>标签 ,同样不删除表格就会变形)
追问
我就是不知道有多少列啊= =||,列是rowspan吧
追答
colspan是跨列,rowspan是跨行,你可能是要问合并多少行,在数据读取的循环中加个变量n=0,每读取一条数据就n+1,然后rowspan=""
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询