var range, frag, sel = window.getSelection(); if (sel.rangeCount) { range = sel.getRangeAt(0); frag = range.cloneContents(); }
確定! 回上一頁