4

我需要修剪动态文本,以便从中摘录 2 行(预告片)。问题在于,在 div 中显示字符串的行数取决于所使用的字符(例如,“w”和 i“将不具有相同的宽度)、浏览器和操作系统(Mac 上的字体是不完全等于 Windows 上的相同字体)。

有没有办法在 javascript 中修剪比 div 中的 x 行更长的文本(知道 div 长度是固定的)?

谢谢你。

4

1 回答 1

4

you can use something like that http://jsfiddle.net/cSTzn/ by using overflow: hidden; and proper height

EDIT: made update with link on the bottom right, customize as necessary http://jsfiddle.net/cSTzn/1/

于 2012-05-26T01:01:47.657 回答