i = 0 ::s1:: do print(i) i = i+1 end if i>3 then os.exit() end goto s1 [root@db-172-16-3-150 ~]# lua ./lua 0 1 2 3. But the above usage will fail on the ...
確定! 回上一頁