读取选定文字
1.
选中一段文字:2D-Position Allows absolutely positioned elements to be moved by dragging. <br><input type=button value=paste οnclick="poorfish.value=document.selection.createRange().text"><br>
<textarea id=poorfish style="width:600;height:300">
2.
选中一段文字:2D-Position Allows absolutely positioned elements to be moved by dragging. <br>
<input type=button value=copy οnclick="document.execCommand('Copy');">
<input type=button value=paste οnclick="poorfish.focus();document.execCommand('paste');"><br>
<textarea id=poorfish style="width:600;height:300"></textarea>