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

解决方法:

    给table加个border-collapse:collapse;

    给td加个empty-cells:show;

相关文章: