selectNodeContents(div) // 克隆Range对象中选中节点的内容(此处的内容就是div元素) var cloneContents = range.cloneContents() div.appendChild(cloneContents) } ...
確定! 回上一頁