Appearance
local a = clazz() local b = claxx(1, "aaa")
类()
clazz.func()
类.方法()
clazz().func()
实例.方法()
invoke(类或实例, "方法名", 参数...)
invoke
私有方法