Get clipboard data as array in javascript

微笑、不失礼 提交于 2020-01-06 08:57:27

问题


Is there a way to manipulate the clipboard data in JavaScript?

Also is there a way to implement the visual studio ***

Ctrl+Shift+V

option to paste clipboard data in cycle?


回答1:


You can copy/paste clipborad content via Javascript. Check this link

http://www.geekpedia.com/tutorial126_Clipboard-cut-copy-and-paste-with-JavaScript.html

Sorry I didn't understand the second question :(



来源:https://stackoverflow.com/questions/767105/get-clipboard-data-as-array-in-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!