I have a html table which is as follows
col1 c 7条回答 长发绾君心 (楼主) 2021-01-26 18:40 Use something like this... CSS td:nth-child(4), td:nth-child(5), td:nth-child(6), td:nth-child(7) { display:none; } DEMO 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Use something like this...
CSS
td:nth-child(4), td:nth-child(5), td:nth-child(6), td:nth-child(7) { display:none; }