商品展示页效果:
代码:
这里仅仅在数据库中插入了一件商品进行展示,主要包括商品名称、商品图片展示、秒杀价以及详情按钮。
<body>
<!-- 表格数据 -->
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4" >
<h1><span class="label label-default">秒杀商品列表</span></h1>
</div>
</div>
<div class="row">
<table class="table table-hover">
<tr>
<th>商品名称</th>
<th>商品展示</th>
<th>秒杀价</th>
<th>详情</th>
</tr>
<c:forEach