HTML <td> ±êÇ©µÄ rowspan ÊôÐÔ

ʵÀý

±í¸ñµ¥Ôªºá¿çÁ½Ðеıí¸ñ£º

<table border="1">
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100.00</td>
    <td rowspan="2">$50</td>
  </tr>
  <tr>
    <td>February</td>
    <td>$10.00</td>
  </tr>
</table>

Ç××ÔÊÔÒ»ÊÔ

¶¨ÒåºÍÓ÷¨

rowspan ÊôÐԹ涨µ¥Ôª¸ñ¿Éºá¿çµÄÐÐÊý¡£

ä¯ÀÀÆ÷Ö§³Ö

ËùÒÔä¯ÀÀÆ÷¶¼Ö§³Ö rowspan ÊôÐÔ¡£

ûÓÐä¯ÀÀÆ÷Ö§³Ö rowspan="0"£¬Õâ¸öÖµÓÐÌØÊâµÄÒâÒå¡££¨²Î¼ûÊôÐÔÖµ±í¸ñÖеÄÃèÊö£©

Óï·¨

<td rowspan="value">

ÊôÐÔÖµ

Öµ ÃèÊö
number

ÉèÖõ¥Ôª¸ñ¿Éºá¿çµÄÐÐÊý¡£

×¢ÊÍ£ºrowspan="0" ָʾä¯ÀÀÆ÷ºá¿çµ½±í¸ñ²¿·ÖµÄ×îºóÒ»ÐУ¨thead¡¢tbody »òÕß tfoot£©¡£

VUE