<table width="20%" border="1" cellspacing="0" cellpadding="0" id="tab">
<thead>
<tr>
<th>选项</th>
<th>id</th>
<th>性别</th>
<th>年龄</th>
</tr>
</thead>
<tbody>
<tr>
<th><input type="checkbox"/></th>
<th>1</th>
<th>男</th>
<th>18</th>
</tr>
<tr>
<th><input type="checkbox"/></th>
<th>1</th>
<th>男</th>
<th>28</th>
</tr>
<tr>
<th><input type="checkbox"/></th>
<th>2</th>
<th>男</th>
<th>20</th>
</tr>
<tr>
<th><input type="checkbox"/></th>
<th>3</th>
<th>女</th>
<th>25</th>
</tr>
</tbody>
</table>
期望结果:
这个问题比较复杂
你的是前端分页还是后端分页?
你指的是前端来合并还是后端传给你的时候就已经合并好了的?
前端合并单元格很简单,你百度一下 table rowspan