织梦dedecms实现复制文章自动添加版权出处信息的方法
document.body.oncopy = function (){
setTimeout(function (){
var text = clipboardData.getData("text");
if (text){
texttext = text + "rn本文转载于{dede:global.cfg_webname/}:{dede:global.cfg_basehost/}-原文链接:"+location.href;
clipboardData.setData("text", text);
}
},100)
}
本站资源均来自互联网或会员发布,如果不小心侵犯了您的权益请与我们联系。我们将立即删除!谢谢!