1.对于超出文本域的文字处理,使用省略号处理(属于css3属性):css
overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; width:100%;css3
2.spa