首先設置 css樣式:
table { table-layout: fixed;}
td樣式:
td{
white-space: nowrap; /*文本不會換行,在同一行顯示*/
overflow: hidden; /*超出隱藏 */
text-overflow: ellipsis; /*省略號顯示*/
-o-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}
td文字懸浮提示是用title:
<td style="width:*;text-align: left;" title="程度上飛">不是都法律手段看</td>