for loops are a special case in Lua when it comes to global scope. ... local c = { 1, 2, "a", "b" } for _, v in ipairs(c) do print(_, ...
確定! 回上一頁