禁止浏览器复制内容

<style>

    *{
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -khtml-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
    }
</style>
posted @ 2022-06-13 13:51  不积跬步无至千里  阅读(9)  评论(0编辑  收藏  举报