Posted in Javascript onMay 21, 2014
<script> function doit(){ newT=document.selection.createRange() clipboardData.setData("Text",newT.text) if(clipboardData.getData("Text")!=null){ document.all.pp.value=clipboardData.getData("Text") } } </script> <span id=ww onmouseup=doit()> 可能发生 添加要改 专家推荐 加上排序 <table> <tr> <td>test</td> <td>what</td> </tr> </table> </span> <textarea name=pp></textarea>
JS实现根据当前文字选择返回被选中的文字
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@