/*禁止复制css*/ body{ -moz-user-select:none;/*火狐*/ -webkit-user-select:none;/*webkit浏览器*/ -ms-user-select:none;/*IE10*/ -khtml-user-select:none;/*早期浏览器*/ user-select:none; } <!--<script> //禁止右击 function stop(){ return false; } document.oncontextmenu=stop; </script>-->
站长微信:xiaomao0055
站长QQ:14496453