print all values of array `a' for i,v in ipairs(a) do print(v) end. For each step in that code, i gets an index, while v gets the value associated with that ...
確定! 回上一頁