html:css
添加css樣式:html
此時的效果:c#
單元格之間存在間距,不怎麼好看ide
更好的解決方法:htm
使用以下代碼:it
table { border-collapse: collapse; } table tr td, table tr th { border: solid 1px red; }
此時的效果:table
此時相鄰單元格邊框沒有重合疊加class