📜  请参阅表 html 代码示例中的行

📅  最后修改于: 2022-03-11 14:53:23.092000             🧑  作者: Mango

代码示例2
​table tr {
    border-bottom: 1px solid black;
}​

table tr:last-child { 
    border-bottom: none; 
}