开发者

selected word in javascript

开发者 https://www.devze.com 2023-01-23 05:14 出处:网络
is it possible at all to get the position indexes after and before the selected word to开发者_如何学编程 store at new array?Yes you can. By using the document.selection object:

is it possible at all to get the position indexes after and before the selected word to开发者_如何学编程 store at new array?


Yes you can. By using the document.selection object:

http://www.webreference.com/js/column12/selectionobject.html

0

精彩评论

暂无评论...
验证码 换一张
取 消