我知道Lua 中的“self”类似于Java 中的“this”。 “this”表示Java中的当前对象,但我知道Java是面向对象的,而Lua是基于原型(prototype)的。谁能解释为什么下面的代码必须 ...
確定! 回上一頁