男孩 于2006年11月13日
保持那种美,别解开第三颗纽扣
作者:男孩 日期:2007-10-14
一段代码,给你的原创加上版权。
作者:男孩 日期:2007-07-31
每个网站都有被copy的可能,此方法虽然不能完全压制住copy,但也能起到不可预知的效果。 代码如下:
<script>
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n该文章拷贝自meiyisi.com:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
</script>
<script>
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n该文章拷贝自meiyisi.com:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
</script>