Lua unpack函數用法 unpack,接受一個table做個參數,然后按照下標返回數組的所有元素 unpack lua 版本 <= 5.1 table.unpack lua 版本 > 5.1 關 ...