$(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
打赏
微信扫一扫
支付宝扫一扫
python 对接openai chatgpt3.5
上一篇
2024-4-8 13:54
平安银行性用卡4元立减金
下一篇
2024-4-11 17:52