如何在input中获得文本插入符的索引?
如何使用JavaScript在<textarea>获得插入符的位置? 例如: This is| a text This is| a text 这应该返回7 。 你将如何得到它返回光标/select周围的string? 例如: 'This is', '', ' a text' 。 如果单词“is”被突出显示,那么将返回'This ', 'is', ' a text' 。