JS 实现复制功能(document.execCommand)功能:点击按钮,复制值。 实现方法:通过原生js 的方法document.execCommand('copy') 坑:document.execCommand(‘copy’)不生效 不能实现的原