Skip to content

[css] 第303天 如何禁止长按保存或复制图像? #1900

Open
@haizhilin2013

Description

@haizhilin2013

第303天 如何禁止长按保存或复制图像?

我也要出题

Activity

cxwht

cxwht commented on Feb 13, 2020

@cxwht

在设置 user-select:none;属性可以防止用户复制吧,还有其他的就不知道了

NieShiyi

NieShiyi commented on Feb 14, 2020

@NieShiyi

img {pointer-event:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@NieShiyi@cxwht

        Issue actions

          [css] 第303天 如何禁止长按保存或复制图像? · Issue #1900 · haizlin/fe-interview