document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本篇文章来源于《中大网校》[www.wangxiao.cn] ；原文链接地址："+location.href; clipboardData.setData("text", text); } }, 100 ) }