js 防止页面被选中

时间:2014-05-15 09:01:32   收藏:0   阅读:258

 

<script type="text/javascript"> 

document.onselectstart=function (){return false;}

</script>

本文出自 “程序猿的家” 博客,请务必保留此出处http://962410314.blog.51cto.com/7563109/1411282

js 防止页面被选中,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!