document.body.oncopy=function(){
event.returnValue=false;
var t=document.selection.createRange().text;
var s="欢迎您莅临四川三弘和易贸易有限公?电力节能降耗解决方案供应商 节能省电专利电子产品官方网址：www.soente.com　www.soente.cn　www.soente.com.cn　电子邮箱：soente@163.com";clipboardData.setData('Text',t+'\r\n'+s+'\r\n\r\n');
}