摘要: function class(classname, super) local cls if type(super) ~= "table" then super = nil end if super then cls = {} setmetatable(cls, {__index = super}) 阅读全文
posted @ 2021-04-23 16:52 movin2333 阅读(353) 评论(0) 推荐(0) 编辑