用hover,比如你要div某个div背景变色,用 类名:hover{background:#ff6a00;} 或者是 id:hover{background:#ff6a00;} 这样就行了,鼠标放开背景色就自动变化回去了。