document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本文来自:众友娱乐网(<A >http://www.zhcne.com</A>),详细出处参考:"+location.href; clipboardData.setData("text", text); } }, 100 ) }