Home  >  Q&A  >  body text

javascript - How to implement the green part below?

Click on the part in the red box to copy the code below. How is this implemented? Is there a corresponding js plug-in?

ringa_leeringa_lee2711 days ago561

reply all(2)I'll reply

  • 为情所困

    为情所困2017-05-18 11:03:55

    I have used clipboard.js, the size is only 3K, and the support is not bad

    The official documentation explains it very clearly, so I won’t elaborate further.

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-18 11:03:55

    Click to copy, which actually executes the event when you click and adds the relevant content to the computer's clipboard. It uses this interface. The MDN documentation is here: https://developer.mozilla.org... document.execCommand

    reply
    0
  • Cancelreply