css中如何合并table表格中的单元格 首先横向合并 <td colspan="2">总计</td> 数值等于几,合并几个单元格。 其次是纵向合并 <td rowspan="2">总计</td> 数值等于几,合并几个单元格。