createRange(); range.selectNodeContents(color); selection.removeAllRanges(); selection.addRange(range); try { document.execCommand('copy'); ...
確定! 回上一頁