In Lua, only tables with 1-based consecutive integer keys (a.k.a. array tables) can be parsed in order. So, if you want to parse a table t in order, ...
確定! 回上一頁