请问帖子标题如何限定长度,超出字节用。。代替!?
不用截图吧
直接限定长度就行了,为何还要替换
overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
有些浏览器需要固定width
前
后