在任何浏览器中设置剪贴板内容
当用户在我的网页上触发事件时,我需要设置用户的剪贴板。我意识到每个浏览器都有不同的方法来执行此操作,那么您知道可以实现此跨浏览器的库或代码片段吗?
I need to set my user's clipboard when they trigger an event on my webpage. I realize each browser has a different way to do this, so do you know of a library or code snippet that will achieve this cross-browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇文章可能会帮助您:
复制到剪贴板Mozilla firefox 和 IE 上的 Javascript
基本思想是:
window.clipboardData
不过,这似乎不适用于 Flash 10,根据我看到的一些报告(我自己从未尝试过)
和/或这是另一种解决方案(仍然使用 Flash - 但似乎正在使用 Flash 10):零剪贴板
This article might help you with that :
Copy to Clipboard with Javascript on Mozilla firefox and IE
The basic idea is to :
window.clipboardData
for Internet ExplorerSeems that this doesn't work with Flash 10, though, from some reports I've seen (never tried myself)
And/Or here is another solution (still using Flash -- but seems to be working with Flash 10, for this one) : Zero Clipboard