You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
371 B

<table>
<tr>
<th>标题1</th>
<th>标题2</th>
<th>标题3</th>
</tr>
<tr>
<td>单元格1</td>
<td rowspan="2">合并的单元格</td>
<td>单元格3</td>
</tr>
<tr>
<td>单元格4</td>
<td>单元格5</td>
</tr>
<tr>
<td>单元格6</td>
<td>单元格7</td>
<td>单元格8</td>
</tr>
</table>