提问人:Achille 提问时间:2/16/2010 最后编辑:CommunityAchille 更新时间:2/16/2010 访问量:709
是否可以在没有 onPaste 处理程序的情况下读取 Chrome 中的剪贴板内容?
Is it possible to read the clipboard contents in Chrome without an onPaste handler?
问:
是否可以在没有用户交互的情况下读取剪贴板?就像 IE 的 ?window.clipdData.getData("Text")
我还看到过其他问题,例如是否可以使用 Javascript 读取 Firefox、Safari 和 Chrome 中的剪贴板内容?,但 onpaste 事件不是我们想要的。
答:
2赞
naugtur
2/16/2010
#1
出于隐私/安全原因,我认为这是不可能的。您可以在循环中嗅探剪贴板并捕获复制的密码。
(如果密码嗅探在IE中有效,那么它似乎值得一试:D)
评论