yzx99

导航

 
document.body.oncopy = function ()
{
 setTimeout(
  function ()
  {
   var text = clipboardData.getData("text");
   if (text)
   {
    text = text + "\r\n该文章转载自网络大本营:"+location.href;
    clipboardData.setData("text", text);
   }
  },
  100
 )
}
posted on 2008-08-02 11:48  yzx99  阅读(128)  评论(0编辑  收藏  举报