css样式,超过指定长度隐藏 ie,Firefox都适用
table td不管用,但用在div中有奇效
width:103px;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow: hidden;
table td不管用,但用在div中有奇效
width:103px;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow: hidden;