一段加版权信息的js但是版权信息一两条,高手指点下。
我在我的网站里面加入了这段代码,但是测试发现他会在复制文章的下方加上两个版权信息如果下:本文转自【电脑知识-第九区】:http://www.
本文转自【电脑知识-第九区】:http://www.
希望高手指点下是怎么回事?能修改吗?
<script type="text/javascript">
var thehits=document.getElementById("thehit");
if (thehits!=null){
thehits.innerHTML="22936";
}
document.body.oncopy = function ()
{
setTimeout(
function ()
{
var text = clipboardData.getData("text");
if (text)
{
text = text + "\r\n本文转自【电脑知识-第九区】:"+location.href;
clipboardData.setData("text", text);
}
},
100
)
}
window.onload = function()
{
this.focus();
}
</script>
运行效果:
在底部加两条版权: