使用 jQuery 读取客户端剪贴板?

发布于 2024-10-12 22:48:20 字数 85 浏览 1 评论 0原文

是否可以使用 jQuery 获取/读取客户端的剪贴板?

(我需要获取电子表格的信息并将该信息粘贴到 jqGrid 网络网格中......)

Is it possible to get/read the clipboard of a client with jQuery?

(I need get the information of a spread sheet and paste this information in a jqGrid web grid...)

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

意中人 2024-10-19 22:48:20

好吧,根据 这个类似的问题,仅用 JavaScript 是无法完成的。这很好,因为这将是一个重大的安全风险。您需要一个小的 Flash 对象来获得您想要的功能。

无论如何,这是一个重复的问题。

Well according to this similar SO question it cannot be done with just JavaScript. Which is good, because it would be a major security risk. You need a small flash object to get the functionality you want.

In any way, this is a duplicate question.

时光是把杀猪刀 2024-10-19 22:48:20

DataDrop – 从电子表格中拖动网格数据有帮助吗?这将是拖拽和拖拽。 drop而不是读取剪贴板,但是读取剪贴板很难甚至是不可能的。

Does DataDrop – Drag Grid Data in From a Spreadsheet help? It would be drag & drop instead of reading the clipboard, but reading the clipboard is difficult to impossible.

调妓 2024-10-19 22:48:20

我做了一个解决方法来完成该请求。基本上,我在 Web 表单中包含了一个 TextBox 对象,并带有图例“粘贴您的信息[此处]。使用 CTRL + V”。
然后,我用jQuery读取事件pressKey(读取CTRL + V组合),然后我可以读取TextBox中的剪贴板数据。

I did a workaround to accomplish the request. Basically I included a TextBox object into my Web Form with the legend "Paste your information [Here]. Using CTRL + V".
Then, I read the event pressKey with jQuery (reading CTRL + V combination), then I can read the clipboard data in the TextBox.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文