gpt4 book ai didi

javascript - 如何获取 HTML 输入元素中光标/插入符的位置?

转载 作者:行者123 更新时间:2023-11-28 03:01:08 36 4
gpt4 key购买 nike

应该很简单,但我在谷歌中似乎找不到它。

最佳答案

您可以使用 input 元素的 selectionStartselectionEnd 属性。

setInterval(function(){
console.log([document.getElementById("test").selectionStart, document.getElementById("test").

selectionEnd
------------

]);
}, 1000);
<input type="text" id="test"></input>

关于javascript - 如何获取 HTML 输入元素中光标/插入符的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/828147/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com