找回密码
 立即注册
搜索
查看: 78|回复: 0

[h5/小程序] 禁止复制网页内容

[复制链接]
发表于 2024-8-25 10:46 | 显示全部楼层 |阅读模式

使用CSS防止复制

.t_f, .t_f td {
    -moz-user-select:none; /*Firefox私有属性 */
    -webkit-user-select:none; /*WebKit 内核私有属性*/
    -ms-user-select:none; /*IE私有属性(IE10及以后) */
    -khtml-user-select:none; /*KHTML 内核私有属性*/
    -o-user-select:none; /*Opera 私有属性*/
    user-select:none; /*css属性 */
}

 

 

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|学习笔记

GMT+8, 2024-10-22 17:16 , Processed in 0.022816 second(s), 13 queries , APCu On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表