实现方法:
复制代码代码如下:
table{
border-collapse: collapse;
border: 0px solid #999;
}
table td {
border-top: 0;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 0;
}
table tr.lastrow td {
border-bottom: 0;
}
table tr td.lastCol {
border-right: 0;
}
| 姓名 | 年龄 | 籍贯 | 出生年月 | 学历 | 外语程度 |
| 111 | 222 | 333 | 444 | 555 | 666 |
| 11122 | 222111 | 333444 | 444555 | 555555 | 666777 |
测试通过!


