table 的rolspan和rowspan
Posted 商官权鎔
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了table 的rolspan和rowspan相关的知识,希望对你有一定的参考价值。
如图所示啦,容易让初学者混乱的两个东西
仔细看看分析下呢,就比较简单了
<table width="300" border="2"> <tr> <th scope="col"> </th> <th scope="col"> </th> <th scope="col"> </th> </tr> <tr> <td rowspan="2">1</td> <td>2a</td> <td>3a</td> </tr> <tr> <td>2</td> <td>3</td> </tr> <tr> <td> </td> <td colspan="2">4</td> </tr> </table>
以上是关于table 的rolspan和rowspan的主要内容,如果未能解决你的问题,请参考以下文章
C# Html格式内容转Csv内容包括table(重点在rowspan和colspan合并),p,div元素
table合并单元格 colspan(跨列)和rowspan(跨行)
兄弟连学Python(06)---- table合并单元格colspan和rowspan