试试这样定义CSS呢
table{
font-family:Georgia
background-color:black
color:white
border-collapse:collapse
border-left:1px dashed white
border-top:1px dashed white
border-right:0
border-bottom:0
}
th, td {
border-left:0
border-top:0
border-right:1px dashed white
border-bottom:1px dashed white
}
表格加一个蓝色的细线css style=“border:solid blue”jsp加判断
<%if(没有数据){%>
<td>无<td>
<%}else{%>
<td>数据<td>
<%}%>