In Lua, to view the members of a object, you can use: ... n=n+1 s[n]=k end table.sort(s) for k,v in ipairs(s) do print(i,v) v=t[v] if type(v)=="table" and ...
確定! 回上一頁