html中,colspan属性是合并列,rowspan属性是合并行,合并行的时候,比如rowspan="2",它的下一行tr会少一列; ... <th rowspan="2">我是占位符</th>.
確定! 回上一頁