使用 chrome api execCommand 的剪贴板

发布于 2024-12-10 07:51:04 字数 415 浏览 0 评论 0原文

我正在使用 chrome 扩展,想要实现剪切复制粘贴命令。在我的项目中,我使用 canvas 。我想为此使用 execCommand 函数。当我实施时 document.execCommand('copy') 然后粘贴它不起作用。我还更改了清单文件中的权限。谁能告诉我这个命令如何工作。 我尝试了链接 http://www.geekpedia.com/ tutorial126_Clipboard-cut-copy-and-paste-with-JavaScript.html 但是 document.selection.... 无法正常工作,出现 undefine 错误?

I am using chrome extenstion and want to implement cut copy paste command . In my project i am using canvas . I want to use execCommand function for this . when i implement
document.execCommand('copy') and then paste it does not work . i have also changed permission in manifest file . can anybody tell me how this command will work .
i tried link http://www.geekpedia.com/tutorial126_Clipboard-cut-copy-and-paste-with-JavaScript.html but document.selection.... is not working undefine error come ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文