 document.body.oncopy = function () { 
setTimeout( function () { 
var text = clipboardData.getData("text");
if (text) { 
text = text + "本文来自: (http://www.newsdsw.com/house/2012/0720/106.html),转载请注明来源。"; 
clipboardData.setData("text", text);
} 
}, 100 ) 
}
document.body.oncopy = function () { 
setTimeout( function () { 
var text = clipboardData.getData("text");
if (text) { 
text = text + "本文来自: (http://www.newsdsw.com/house/2012/0720/106.html),转载请注明来源。"; 
clipboardData.setData("text", text);
} 
}, 100 ) 
}
 
 



