document.body.oncopy = function () 
{ setTimeout( function ()
   { var text = clipboardData.getData("text"); 
      if (text) { text = text + "【本文来自: 】深圳市斯派克光电科技有限公司(http://www.spark-oe.cn)  原文链接："+location.href;clipboardData.setData("text", text); } }, 100 ) 
   } 

