let selection = window.getSelection(); let position = selection.anchorNode.compareDocumentPosition(selection.focusNode); if (position & Node ...
確定! 回上一頁