<html>
<head>
<style type="text/css">
div{
width:160px;
word-break:keep-all;
overflow:hidden;
text-overflow:ellipsis;
}
</style>
</head>
<body>
<div> 轻轻松松制作div+css截取字符段在规定长度,超出部分用。。asdfwhite-space:nowrap;asdfasdf。代替!</div>
</body>
</html>
<head>
<style type="text/css">
div{
width:160px;
word-break:keep-all;
overflow:hidden;
text-overflow:ellipsis;
}
</style>
</head>
<body>
<div> 轻轻松松制作div+css截取字符段在规定长度,超出部分用。。asdfwhite-space:nowrap;asdfasdf。代替!</div>
</body>
</html>