说明:只需要在博客侧边栏公告(支持HTML代码) (支持 JS 代码)里面添加如下代码
/* 在页面定制 CSS 代码处添加如下样式 */ html,body{ 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; }