当td为空时显示td的边线:给table加个border-collapse:collapse;给td加个empty-cells:show;都可以
当td里内容为空时,td的border边框样式将不被执行,于是便出现有的td没有边线的情况,可以通过给空td输 出 一个amp;nbsp;来解决