文本框字数超过显示...隐藏

css{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
然后设置一个宽度width就行了

猜你喜欢

转载自blog.csdn.net/onion_line/article/details/80311822