const getSelectedElement = () => { if (document.selection) return document.selection.createRange().parentElement();
確定! 回上一頁