主要样式文件:.tblEllipsis{ table-layout:fixed;}td{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}span{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap;} 关键需要指出的是:对于table 要加tblEllipsis样式 转载于:https://www.cnblogs.com/zhangsir/archive/2008/05/03/1180317.html