前端开发 css如何设置td溢出隐藏2021-04-21阅读(200)评论(0)方法:首先使用“word-break:keep-all”语句设置不换行;然后使用“overflow:hidden”语句设置超出隐藏部分;最后使用“text-overflow:ellipsis”语句设置溢出显示省略号。