Try using this code: var range = window.getSelection().getRangeAt(0); var content = range.cloneContents();. After this code is executed, content will be a ...
確定! 回上一頁