摘要: Father={ a=100, b=200 } function Father:dis() print(self.a,self.b) end Father.__index=Father Son= { x1=300, x2=400 } function Son:myprint() print(self 阅读全文
posted @ 2020-10-08 20:08 sunshine_gzw 阅读(225) 评论(0) 推荐(0) 编辑