Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
标题有点误导,但我想将表格单元格的 colspan 设置为半整数。我知道这是不可能的,所以我想在每个真实单元格之后添加一个空白单元格。然后设置 colspan = 8 应该给我看起来像半个空间的东西。
即[1][][2][][3][][4][--------]
这会起作用还是有更好的方法?