function f(a, b) print(a) print(b) end f(1) --> 1, nil f(1, 2) --> 1, ... A JavaScript object and a Lua table both act like hash tables with ...
確定! 回上一頁