准备多组CSS,比如: .button1{ /*style1*/ } .button2{ /*style2*/ } 2. 在用JavaScript修改Button的class,把button1改成button2,就实现了指向的CSS样式改变。