通过CSS让html网页中的内容不可选
生活随笔
收集整理的这篇文章主要介绍了
通过CSS让html网页中的内容不可选
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
为什么80%的码农都做不了架构师?>>>
*{ moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; }转载于:https://my.oschina.net/wolfx/blog/615809
总结
以上是生活随笔为你收集整理的通过CSS让html网页中的内容不可选的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 【视频教程】JEECG 入门视频教程大全
- 下一篇: CSS Sprite的应用