dedecms文章内容页复制自动添加版权,在<head>
与</head>
之间添加JS代码:
<script language=”javascript” type=”text/javascript”>
<!–
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData(“text”);
if (text) {
text = text + “\r\n文章来自:详文参考:”+location.href;
clipboardData.setData(“text”, text);
}
}, 100 )
}
–>
</script>
转载请注明:鹏程木业网