可以对td元素使用 rowspan="n" 使其跨越 n 行,对td元素使用 colspan="m" 使其跨越 m 列。 看起来你的第一个td需要一个 rowspan="2" ,下一个td需要一个 colspan="4" ...
確定! 回上一頁