如果同一变量有多个条件
1
2
3
if(a == 1 || b == 2 || c == 3){
// do something
}

👇shorter👇