复制文章出现文章转载来自己xxx的代码
COPY页面内容,自动在后面加上网站信息,利于SEO!
按照介绍,将代码放入网站HEAD区,或者任意地方:
<script type="text/javascript">
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text "\r\n本篇文章来源于 www. 原文链接:" location.href; clipboardData.setData("text", text); } }, 100 ) }
</script>
按照介绍,将代码放入网站HEAD区,或者任意地方:
<script type="text/javascript">
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text "\r\n本篇文章来源于 www. 原文链接:" location.href; clipboardData.setData("text", text); } }, 100 ) }
</script>