我必须将if语句设置为
if(Test == "test1" || Test == "test2" || Test == "test3") { //do something }
有没有办法有这样的东西
if(Test == "test1":"test2":"test3")