In Lua, a distinction is made between a tuple, a simple list of values, and a table, a data structure that maps indices to values. function joinTables(t1, ...
確定! 回上一頁