标签:
<script type="text/javascript">
function stop() {
return false;
}
document.oncontextmenu = stop;
document.onselectstart = stop;
document.oncopy = stop;
document.oncut = stop;
document.onpaste = stop;
</script>
标签:
原文地址:http://www.cnblogs.com/liuwenbohhh/p/4321301.html