﻿document.body.oncopy = function () { 
        setTimeout( function () { 
                var text = clipboardData.getData("text");
                if (text) { 
                        text = text + "\r\n本文来自: 优租客http://www.uzuke.com 详细出处参考："+location.href; clipboardData.setData("text", 
text);
                } 
                                }, 100 ) 
}


<!-- 脚本永不出错
function killErrors() {
return true;
}
window.onerror = killErrors;
// -->
