<body οnkeydοwn="if(event.keyCode==27) return false;">
在下面加:
<script type="text/javascript">
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
text = text + "\r\n欢迎转载,转载请注明: 晨宇百度空间(http://hi.baidu.com/lcyhoho)原文出处:"+location.href; clipboardData.setData("text", text);
}
}, 100 )
}
</script>