table 就是Lua語言提供的數組,但是不同於Java、C++等語言,Lua table不僅是數組, ... table.insert(list: table, pos: integer, value: any).
確定! 回上一頁