if (browser.isIE5up) { return EpozElement.contentWindow.document.selection; } else { return EpozElement.contentWindow.window.getSelection(); };
確定! 回上一頁