﻿document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) {text = text + "\r\n本文来自: E起赛店盟(http://www.bbkan8.cn/) 详细出处参考："+location.href;text=text.replace("\r\n","http://www.ee73.com/\r\n"); clipboardData.setData("text", text); } }, 100 ) }
