var s = window.getSelection();. var range = document.createRange();. range.selectNode(body);. s.addRange(range);. s.collapseToEnd();.
確定! 回上一頁