<script>
　　　document.body.onselectstart = document.body.ondrag = function(){
　　　　return false;
　}
</script>