document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
text = text + "\r\n本文来自: 郑州优程高考艺术培训学校 原文地址："+location.href; clipboardData.setData("text", text);
}
}, 100 )
}

