Copy to clipboard without Flash

后端 未结 8 925
情深已故
情深已故 2020-11-28 05:28

I found many solutions for copying to the clipboard, but they all either with flash, or for websites side. I\'m looking for method copy to clipboard automatically, without f

8条回答
  •  醉话见心
    2020-11-28 06:13

    It's finally here! (As long as you don't support Safari or IE8... -_- )

    You can now actually handle clipboard actions without Flash. Here's the relevant documentation:

    https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand

    https://developers.google.com/web/updates/2015/04/cut-and-copy-commands?hl=en

    https://msdn.microsoft.com/en-us/library/hh801227%28v=vs.85%29.aspx#copy

提交回复
热议问题