Convert the contents of Range ParentNode Javascript object to String

后端 未结 0 836
粉色の甜心
粉色の甜心 2021-01-29 06:43

Simple Html, Javascript text editor.

let range = window.getSelection().getRangeAt( 0 );
let selectionWithHTML = range.startContainer.parentNode;
console.log( sele         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题