天天看点

js 防止页面被选中

<script type="text/javascript"> 

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

</script>

本文出自 “” 博客,请务必保留此出处