• 2022-06-06
    实现文字溢出显示省略号的效果,应该给元素设置哪些属性?
    A: white-space:nowrap;
    B: text-overflow:ellipsis;
    C: overflow:hidden;
    D: width:300px;