We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
第303天 如何禁止长按保存或复制图像?
我也要出题
在设置 user-select:none;属性可以防止用户复制吧,还有其他的就不知道了
img {pointer-event:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
Activity
cxwht commentedon Feb 13, 2020
在设置 user-select:none;属性可以防止用户复制吧,还有其他的就不知道了
NieShiyi commentedon Feb 14, 2020
img {pointer-event:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}