for myValue = 1, 10 do print( myValue ) end. 這個loop 會印出數字1 ~ 10,你也可以指定第三個參數,讓該值每次以非1 的差距累加或遞減:
確定! 回上一頁