see: http://lua-users.org/lists/lua-l/2009-11/msg00269.html local function pack (...) return { n = select("#", ...); ... } end -- calls a function (f) with ...
確定! 回上一頁