[xuhaixing@localhost lua]$ cat ifelse.lua local a = 10 ...elseif a < 20 then print('a小于20,大于等于10') else print('a大于等于20') end ...
確定! 回上一頁