selectNodeContents (document.querySelector('p')); selection.removeAllRanges(); selection.addRange(range); }); Hello <p>Select me</p> World <button id ...
確定! 回上一頁