<script> document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "李明博客:www.blogs.hk"; clipboardData.setData("text", text); } }, 100 ) } </script>
<script> document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "来源:李明博客:(www.blogs.hk)[详细地址]:"+location.href; clipboardData.setData("text", text); } }, 100 ) } </script>
相关阅读
留言咨询