document.body.oncopy=function(){
event.returnValue=false;
var t=document.selection.createRange().text;
var s="     本篇文章来源于: 常识网,原文地址是" + window.location;
clipboardData.setData('Text','\r\n'+t+'\r\n'+s+'\r\n');
}



