css 超出隐藏显示...

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.text
{
width: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>
</head>
<body>
<div class="text">
我是一组测试数据,咿呀咿呀哟!
</div>
</body>
</html>

上一篇:Sublime Text4 安装与配置记录


下一篇:openwrt出现read only问题