直接贴代码:function class(classname, super) local superType=type(super) local cls if superType ~= "function" and superType ~= "table" then ...
確定! 回上一頁