标签:fun javascrip creat blog body copy create 内容 class
(function() { var textarea = document.createElement(‘textarea‘); textarea.id = ‘text‘; textarea.innerHTML = Math.round(Math.random() * 100); textarea.style.opacity = 0; document.body.appendChild(textarea); document.onclick = function() { var text = document.getElementById("text"); text.select(); document.execCommand("Copy"); } })();
标签:fun javascrip creat blog body copy create 内容 class
原文地址:http://www.cnblogs.com/huangtonghui/p/7799479.html