const selection = window.getSelection();. const range = document.createRange();. range.setStart(selection.anchorNode, selection.anchorOffset);.
確定! 回上一頁