With CSS, use “…” for overflowed block of multi-lines
问题 with overflow: hidden; text-overflow: ellipsis; white-space: nowrap; \"...\" will be shown in the end of the line if overflowed. However, this will be shown only in one line. But I would like it to be shown in multi-lines. It may looks like: +--------------------+ |abcde feg hij dkjd| |dsji jdia js ajid s| |jdis ajid dheu d ...|/*Here it\'s overflowed, so \"...\" is shown. */ +--------------------+ 回答1: There are also several jquery plugins that deal with this issue, but many do not handle