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(); } document.write('');