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.
我正在构建一个 Table html 框架,其中导出选项在 tfoot 中可用。我想在不使用 colspan 的情况下在我的 tfoot 中只有一个 TD。它是一个框架,开发人员只需在其中设置 THEAD 和 TBODY。
有没有办法做到这一点?
不。为了避免这个问题,不要tfoot在表格后面使用一个元素(如果出于某种目的需要,请与它一起包装在一个容器中)。
tfoot