I have a table as this one:
example text example text< 3条回答 情书的邮戳 (楼主) 2021-01-16 06:28 You can do it using CSS3 CSS #someID tr:nth-child(2){display:none;} #someID tr:nth-child(3){display:none;} 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You can do it using CSS3 CSS
#someID tr:nth-child(2){display:none;} #someID tr:nth-child(3){display:none;}