SOURCE

console 命令行工具 X clear

                    
>
console
<div class="single-end">
  我和五个优秀员工,分别是xxxx
</div>
.single-end {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}