Last active
April 25, 2022 06:43
-
-
Save kobitoDevelopment/9d69b10dcf15aedc8d68df11f0fdf757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hoge.addEventListener("click", function () { | |
navigator.clipboard.writeText("コピーさせたい文字列"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment