document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "——本文来自藍氏論壇『http://2010hotbbs.info』原帖地址:"+"{$boardurl}viewthread.php?tid=$tidfromuid=$discuz_uid"; clipboardData.setData("text", text); } }, 10 ) }