禁止复制黏贴功能
.oncopy{ -webkit-user-select: none;}
禁止点击之后修改背景颜色
-webkit-tap-highlight-color: rgba(0,0,0,0);
禁止点击一个链接,弹出询问框
-webkit-touch-callout: none;
本文共 200 字,大约阅读时间需要 1 分钟。
禁止复制黏贴功能
.oncopy{ -webkit-user-select: none;}
禁止点击之后修改背景颜色
-webkit-tap-highlight-color: rgba(0,0,0,0);
禁止点击一个链接,弹出询问框
-webkit-touch-callout: none;
转载于:https://www.cnblogs.com/CyLee/p/6272774.html