<p style="line-height:21px; height:21px;text;overflow: hidden;text-overflow: ellipsis; width:150px>这里有很多的字,浏览器会帮你自动省略,ie6就支持了</p>
诀窍是,必须设定合适的宽度和高度,text-overflow: ellipsis才会起到作用
<p style="line-height:21px; height:21px;text;overflow: hidden;text-overflow: ellipsis; width:150px>这里有很多的字,浏览器会帮你自动省略,ie6就支持了</p>