摘要:
<html><head><script>function getSelectedText() { if (window.getSelection) { // This technique is the most likely to be standardized. // getSelection() returns a Selection object, which we do not document. return window.getSelection().toString(); } else if (document.getS... 阅读全文
posted @ 2012-09-29 14:56
rorodo
阅读(1074)
评论(0)
推荐(0)
浙公网安备 33010602011771号