复制代码代码如下:
p{
width:200px;
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
white-space:nowrap;
}
div{
overflow:hidden;
display:block;
height:60px;
width:100px;
}
这样处理对搜索引擎更友好,因为标题实际上并未被截字,而是局限于宽度而未被显示而已。
这样处理对搜索引擎更友好,因为标题实际上并未被截字,而是局限于宽度而未被显示而已。



