CSS of specific table row

后端 未结 3 1476
旧时难觅i
旧时难觅i 2021-01-16 05:33

I have a table as this one:

<         
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;}
    

提交回复
热议问题
example text
example text