通过使用适当的div类和CSS属性,可以模仿colspan和rowspan的所需效果。 这是CSS .table { display:table; } .row { display:table-row; } .cell { display:table ...
確定! 回上一頁