防止英文单词被打断:word-break:keep-all;
溢出显示省略号:text-overflow:ellipsis;
空格不换行:white-space:nowrap;
<div align="left" style="width:237px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;">Historical coal & coke data and future forecasts</div>
相关文章: