在ie和chrome中有onselectedstar,只要设置以下就可以了
<body onselectedstar="return false">
但是这样有时候在chrome下还是不行,可以尝试
-webkit-user-select:none
再firefox中需要使用css来控制
*{-moz-user-select:none}
在ie和chrome中有onselectedstar,只要设置以下就可以了
<body onselectedstar="return false">
但是这样有时候在chrome下还是不行,可以尝试
-webkit-user-select:none
再firefox中需要使用css来控制
*{-moz-user-select:none}
7223

被折叠的 条评论
为什么被折叠?
