加边框方法:
方法1:
方法2:
如果非要给tr加边框那必须先将table设置为边框分开显示table{ border-collapse:collapse } 加上这个 你再设置tr{border:1px solid red} 试一试
tr没有办法加边框,只能给td加