标签:
css控制字符长度超出变成点点点显示
width 必不可少
div{ width: 55%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
原文地址:http://www.cnblogs.com/wteng/p/5473425.html