﻿document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本文来自: 河南科瑞科技有限公司 版权所有 Copyright 2011 krkj.com All Right Reserved 内容地址："+location.href; clipboardData.setData("text", text); } }, 100 ) } 
