好像没有吧= =!我用过
用and或者or命令连接条件。例如:if i>0 and i<10 then//如果条件1和条件2同时成立,则ElseIf i=0 or i=-1 then//否则如果条件1或者条件2成立,则end if你还可以加很多条件在一起判断,还可以这样用:if (i>1 or i<3) and (b=10 or b=20) then