List List = {} List.__index = List function List:New(t)--创建List对象 local o = {itemType = t} setmetatable(o, self) return o end function ...
確定! 回上一頁