Copy image to clipboard

后端 未结 7 2400
抹茶落季
抹茶落季 2020-11-27 16:14

Seemingly, you can\'t (yet) programmatically copy an image to the clipboard from a JavaScript web app?

I have tried to copy a text in clipboard , and it\'s worked.<

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 16:39

    Check out this guide to copying and pasting with JavaScript: https://www.lucidchart.com/techblog/2014/12/02/definitive-guide-copying-pasting-javascript/

    According to this, Chrome, Safari, and Firefox all support copying images along with plain text, while IE only allows copying text. The page linked above describes how this service uses an extension to add this functionality to a context menu, but it appears that several browsers support programmatic copying of images.

提交回复
热议问题