首頁  >  文章  >  web前端  >  javascript取得選取的文字的方法程式碼_javascript技巧

javascript取得選取的文字的方法程式碼_javascript技巧

WBOY
WBOY原創
2016-05-16 17:18:10695瀏覽

複製代碼 代碼如下:

-/html/PUBL "IC DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


new document



  
  



<script>   <BR>    String.prototype.trim = function( ) {    <BR>         return this.replace(/^s |s $/g, "");    <BR>     } /p. 🎜 >        try{<BR>            // IE: document.selection.createRange() W3C:window.get . ument.selection.createRange )? document.selection.createRange(). text : window.getSelection().toString();<BR>            if(selectText != null && selectText.trim() != "             }<BR>        }catch(err ){}<BR>     }      <BR> /* 方法二*/<BR> function getSelectText2(id) {<BR>  var t = document.getSelectText2(id) {<BR>  var t = document.getSelectText2(id) {<BR>  var t = document.getElementBget.); >   if(t.selectionStart != undefined && t.selectionEnd != undefined) {<BR>    return t.value.substring(t.selection) <BR>   }<BR>  } else {<BR>   return document.selection.createRange().text;<BR>  }<BR> <BR>   document.getElementById('show').innerHTML = getSelectText2('content');<BR>  }<BR></script>
  
> 🎜>
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn