style="width: 100px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
width: 100px; /*设置宽度*/
white-space: nowrap; /*强制不换行*/
overflow: hidden; /*溢出隐藏*/
text-overflow: ellipsis; /*以省略号...显示*/
style="width: 100px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
width: 100px; /*设置宽度*/
white-space: nowrap; /*强制不换行*/
overflow: hidden; /*溢出隐藏*/
text-overflow: ellipsis; /*以省略号...显示*/