Lua 中实现类与面向对象 | 蛮-com
Opened this issue · 0 comments
smallmenu commented
https://www.niuchaoqun.com/2015/lua-oop-class/
类是创建对象的模板,对象是类的实例,Lua 中没有类的概念,所以我们只能使用现有的支持去模拟类的概念。
Opened this issue · 0 comments
https://www.niuchaoqun.com/2015/lua-oop-class/
类是创建对象的模板,对象是类的实例,Lua 中没有类的概念,所以我们只能使用现有的支持去模拟类的概念。