Get clipboard data as array in javascript

2019-08-27 00:39发布

问题:

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 :(