脚本错误:函数“text”不存在。 脚本错误:函数“img”不存在。
local p = {} -- 定义__call方法 function p.__call(self, name) return "Hello, " .. name .. "!" end return p