unpack ,接受一个table做个参数,然后按照下标返回数组的所有元素##unpack lua 版本<= 5.1 local t = {nil , 3} retunrn unpack(t) // nil ...
確定! 回上一頁