Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

复制元素到剪贴板 #85

Open
zhangyanan0525 opened this issue Jan 15, 2020 · 0 comments
Open

复制元素到剪贴板 #85

zhangyanan0525 opened this issue Jan 15, 2020 · 0 comments

Comments

@zhangyanan0525
Copy link
Owner

zhangyanan0525 commented Jan 15, 2020

MDN Interact with the clipboard

MDN document.execCommand

插件vue-clipboard2

探究浏览器复制

插件clipboard.js

MDN ClipboardEvent

MDN Document.queryCommandSupported()

备注:在调用 document.execCommand() 之前你应该确认这个API是否被所在浏览器支持。这时候你可以用 document.queryCommandSupported() 方法来确认是否支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant