开发者

Simple copy paste function in JavaScript which supports Chrome and Mozilla as well

开发者 https://www.devze.com 2023-03-20 13:35 出处:网络
I am making a simple Edi开发者_高级运维tor. So I want Simple Copy and Paste Function which can support Google Chrome Browser and Mozilla as wellYou better sit down for this:

I am making a simple Edi开发者_高级运维tor. So I want Simple Copy and Paste Function which can support Google Chrome Browser and Mozilla as well


You better sit down for this:

  • Copying: CTRL + C
  • Pasting: CTRL + V

Works great in most browsers, but not on Mac as they don't have the same CTRL key like PC users. Mac users have the CMD key for that.

For Mac users:

  • Copying: CMD + C
  • Pasting: CMD + V
0

精彩评论

暂无评论...
验证码 换一张
取 消