ie,chrome可能通过JS的onselectstart
例如<body onselectstart="return false">
firefox可以通过CSS
*{ -moz-user-select:none }