此技巧适用与 IE、Opera、safari、chrom 浏览器,FF 暂不支持。
<style type="text/css"> li { width:200px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; } </style>
0