取得選取的純文字內容function getSelectionText() { var txt = ''; if (window.getSelection){ txt = window.getSelection(); } else if (document.
確定! 回上一頁