<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
p {
width: 120px;
font-size: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
</style>
</head>
<body>
<p>css隐藏多余的文字并用省略号显示</p>
</body>
</html>
CSS隐藏多余的文字并用省略号显示
最新推荐文章于 2025-04-27 16:54:52 发布