使用 JavaScript 复制粘贴
我在 JS 变量中有文本,我希望在单击按钮时将其复制到剪贴板中。 我需要在 Javascript 中使用它,并且代码不能特定于浏览器。
I have text in JS variable and I want that to be copied in clipboard on a button's click.
I need this in Javascript and code must not be browser-specific.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ZeroClipboard 完全在浏览器的安全限制范围内运行。它使用 Flash 复制到剪贴板,从 JavaScript 访问 Flash 影片。要解决 Flash 自身的安全限制,必须将其覆盖在用户必须单击的页面某些元素(例如按钮)之上。请阅读其说明页面以了解更多详细信息。
ZeroClipboard works fully within the browser's security restrictions. It uses Flash to copy to the clipboard, accessing a Flash movie from JavaScript. To work around Flash's own security limitation, it must be overlaid on top of some element of your page (e.g. a button) that the user will have to click. Read its instructions page for more details.