getSelection (); } else if (document.selection) { selectedText = document.selection.createRange().text; } return (selectedText.length); }.
確定! 回上一頁