1.css样式,文字超出一行,省略超出部分,显示’…’。
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2.使用nobr标签,包含在nobr内的内容不会换行。
<nobr><a harf="#">The world is a vampire</a></nobr>
1.css样式,文字超出一行,省略超出部分,显示’…’。
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2.使用nobr标签,包含在nobr内的内容不会换行。
<nobr><a harf="#">The world is a vampire</a></nobr>