js 点击复制到剪切板

 $(document).on('click','.appeared .text_wrapper .text',function(){
               var $temp = $("<input>");
                $("body").append($temp);
                $temp.val($(this).text()).select();
                document.execCommand("copy");
                $temp.remove()
                alert('已复制到剪切板');
            });

原创文章,作者:易码农,如若转载,请注明出处:http://moon0421.top/?post=53

打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2024-4-11 00:00
下一篇 2024-4-11 17:52
版权所有:易码农
文章标题:js 点击复制到剪切板
除非注明,文章均为 易码农 原创,请勿用于任何商业用途,禁止转载

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

sitemap