javascript copy rich text contents to clipboard

后端 未结 5 1953
[愿得一人]
[愿得一人] 2020-11-28 09:11

Premise

I need help copying rich text to the clipboard using JavaScript. I have searched around and haven\'t found anything to suit my specific needs.

Cod

5条回答
  •  遥遥无期
    2020-11-28 10:03

    Well here is the deal most modern web browsers wont let you have access to the clip board. However like with everything there is a work around.

    https://github.com/zeroclipboard/zeroclipboard

    this is a js/flash plugin that lets you copy text to your clipboard.
    (i believe you can use it for rich text.)

提交回复
热议问题