disableSelection(); 或者,使用CSS(跨浏览器): .button { user-select: none; ... .unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; ...
確定! 回上一頁