摘要: 第一种方法:<style type="text/css"> table { counter-reset: tableCount; } .counterCell:before { content: counter(tableCount); counter-increment: tableCount; 阅读全文
posted @ 2023-08-07 17:04 TinaLi 阅读(324) 评论(0) 推荐(0)