控制HTML頁面內容不能選中的方法
方法有二 一: css 方法 user-seletct: none;-webkit-user-seletct: none;-moz-user-seletct: none;-ms-user-seletct: none; none: 不能選中內容 text: 能選中內容 二:js 方法 ...
方法有二 一: css 方法 user-seletct: none;-webkit-user-seletct: none;-moz-user-seletct: none;-ms-user-seletct: none; none: 不能選中內容 text: 能選中內容 二:js 方法 ...