获取 contenteditable 中的当前行号
我有一个 contenteditable 元素,用于简单的文本编辑。我需要获取插入符所在的当前行号。
这可能吗?这是我的 contenteditable 元素的代码。
<section contenteditable="true" id="writer">
<p>write something</p>
</section>
I have a contenteditable element which is being used for simple text editing. I need to get the current line number that the caret is on.
Is this possible? Here is my code for the contenteditable element.
<section contenteditable="true" id="writer">
<p>write something</p>
</section>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论