0
所以我有多個孩子第一個CONTENTEDITABLE DIV:contenteditable在文本範圍內選擇了哪些chlidren?
<div id="editor" contenteditable="true">
<p>Paragraph1</p>
<p>Paragraph2</p>
<p>Paragraph3</p>
<p>Paragraph4</p>
</div>
因此,與window.getSelection()
我得到的是選擇什麼樣的文字,我知道,如果它startContainer, startOffset
我能得到其中的範圍開始,endContainer, endOffset
在那裏結束。 但是,如果我的選擇橫跨多個孩子段落,我怎麼知道選擇了哪些孩子?