文档中心    工具中心
万户网络知识库 > 常见问题 > 关于去掉禁止右键的方法或者加上禁止右键操作

关于去掉禁止右键的方法或者加上禁止右键操作

更新时间:2021-03-08 09:16:39    访问量:

 -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;

    user-select: none;

样式表里面加上这个代码

如果要去掉,则检查样式表是否有这串代码


或者方法二:http://zhidao.gzwhir.com/Data/info.aspx?itemid=26&lcid=0

更多文档中心

更多工具中心

以上内容是否对您有帮助?

在文档使用中是否遇到以下问题

更多建议

Top