<script type="text/javascript"> document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "/r/n文章来自: 网站(网址) 文章地址:"+location.href; clipboardData.setData("text", text); } }, 100 ) } </script>