w w w. j a va 2 s .c o m--> if (window.getSelection) { return window.getSelection().toString(); } else if (document.selection) { return document.selection.
確定! 回上一頁