vue项目中使用剪贴板的几种方式

309 阅读1分钟

document.execCommand()

  • MDN 比较古老 将会废弃

navigator.Clipboard

  • 谷歌浏览器 https协议与localhost可使用, http无法调用

clipboard.js

  • 使用document.queryCommandSupported(api已不推荐使用)检测兼容

@vue/core

  • 使用navigator.clipboard