var range = window.getSelection().getRangeAt(0); var selectionContents = range.extractContents(); var div = document.createElement( ...
確定! 回上一頁