<table style="table-layout: fixed;width: XXX px"> <tr> <td style="white-space: nowrap;text-overflow: ellipsis;overflow: hidden;" ></td> </tr> </table>
table標簽需要設定屬性 table-layout: fixed;width:XXXpx;
在要超出隱藏的td標簽上設定屬性 white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
不要忘了給table加個寬度