H50070:html页面禁用右键

1,添加到head标签中去

    <!-- 禁用右键 -->
    <script type="text/javascript">
        function stop() {
            return false;
        }
        document.oncontextmenu = stop;
    </script>
</head>

 

posted @ 2021-01-28 09:45  琥珀君  阅读(48)  评论(0编辑  收藏  举报