要计算 DOM 元素内的文本行数,我们将使用以下方法。
- 获取 DOM 元素内内容的总高度。
- 获取一行的高度。
- 通过将内容的总高度除以一行的高度,您可以获得元素内的总行数。
例子:
html
Count lines
GeeksForGeeks
hello how are you?
hello how are you?
hello how are you?
hello how are you?
- 点击按钮前:
- 点击按钮后: