css实现限制文字字数

    max-width:100px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;

你可能感兴趣的:(HTML+CSS+JS)