JavaScript 点击触发复制功能实例详解 摘要:js调用复制功能使用:document.execCommand("copy",false); document.execCommand()方法功能很强 点击触发