如果你的代码是if(){}else if(){}else if(){}else{}这种就可以用switch代替,但是如果是if(){}else{}if(){}else{}这种就最好不要啦
等值判断的情况下可以使用switch替代多重if