前端开发

css文本超出div就隐藏并且显示省略号

style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;"


overflow:hidden; //超出的文本隐藏



text-overflow:ellipsis; //溢出用省略号显示



white-space:nowrap; //溢出不换行






css