摘要: function People(name) local self = {} local function init() self.name = name end self.sayHi = function () print("hello "..self.name) end self.nimei = 阅读全文
posted @ 2022-07-13 23:58 腐汝 阅读(24) 评论(0) 推荐(0) 编辑