<script type="text/javascript">
document.body.oncopy = function () {
    setTimeout( function () {
        var text = clipboardData.getData("text");
        if (text) {
            text = text + "\r\n文章来源于《傻猫网络日志》 "+this.location.href;
clipboardData.setData("text", text);
        }
                }, 100 )
}
</script>

最后修改:2009 年 08 月 16 日
卧槽,全是白嫖客,服务器不要钱吗?