css table td内容为空里正确显示边框

通常情况下,td内无内容时没有边线(但也有时有,还未深究)

解决方法:

给table加个border-collapse:collapse;

给td加个empty-cells:show;