gpt4 book ai didi

javascript - 捕获 Mozilla 浏览器文本框中突出显示的文本

转载 作者:行者123 更新时间:2023-11-28 09:48:12 24 4
gpt4 key购买 nike

Possible Duplicate:
Understanding what goes on with textarea selection with JavaScript
Copy and paste the selected text to the clipboard using JavaScript

我对如何处理这个问题有点困惑,我在这个区域有一个文本框,我希望用户能够突出显示文本框中的单词。我需要捕获突出显示的单词。它适用于除 Mozilla 之外的所有浏览器。

这里我使用 onkeydown 事件。

var startPos = textComponent.selectionStart;        
var endPos = textComponent.selectionEnd;

selected = textComponent.value.substring(startPos,endPos);

这是我在 Mozilla 中使用的代码。它不起作用。

请帮助我

最佳答案

使用谷歌了一下,发现了这个:http://www.codeproject.com/Articles/292159/Javascript-code-to-get-selected-text不确定是否有效,但也许有帮助:)

关于javascript - 捕获 Mozilla 浏览器文本框中突出显示的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11468947/

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