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.
有没有办法将 CSS 类分配给列,而不必将其分配给每个 td?
我有一个大的(1000+ 行表),需要为第一列分配一个类。
刚刚想通了。
使用 colgroup 和 col 标签,并为它们分配一个类。
解决方案