自动换行: word-wrap:break-word; word-break:break-all; overflow: hidden; 多余的文字用省略号: overflow: hidden; text-overflow: ellipsis; white-space: nowrap; 相关文章: