I'm searching for a short way to write this:
if ( variable == 1 || variable == 2 || variable == 6)
I tried
if (variable == 1 || 2 ||?6)
but it doesn't seem to work. Is there an easy way to do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…