关于css截取字符串并以省略号展示..
日期:2020年01月09日 分类:优美句子
<style type="text/css">
.text{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width:200px;
}
</style>
<body>
截取字符串省略号截取字符串省略号截取字符串省略号截取字符串省略号
日期:2020年01月09日 分类:优美句子
<style type="text/css">
.text{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width:200px;
}
</style>
<body>
截取字符串省略号截取字符串省略号截取字符串省略号截取字符串省略号