使用 chrome api execCommand 的剪贴板
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论