<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>冒泡</title>
<script src="jquery.min.js" type="text/javascript"></script>
<style>
#demo{width:80px;height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
</style>
</head>
<body>
<div id='demo'>超出文本显示省略号</div>
</body>
</html>
css 超出文本显示省略号
最新推荐文章于 2024-10-02 09:25:25 发布