很简单。加在:广告------自定义广告-----页尾通栏广告里
<script type="text/javascript">
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
text = text + "\r\n文章来自:论坛名称(
http://gz.bbs178.cn) 详细出处请参考:"+location.href; clipboardData.setData("text", text);
}
}, 100 )
}
</script>