lua中的self相当于C++中的this指针。
lua中的ctor是指构造函数。
lua中的三目运算符 (condition and parameterA) or parameterB,相当于C中的? :,例如condition?parameterA:parameterB。
lua中的self相当于C++中的this指针。
lua中的ctor是指构造函数。
lua中的三目运算符 (condition and parameterA) or parameterB,相当于C中的? :,例如condition?parameterA:parameterB。
转载于:https://my.oschina.net/andyzzh1314/blog/1530254