脚本专栏 发布日期:2025/4/21 浏览次数:1
看例子代码: 复制代码 代码如下: do table_ = { a = 1, foo = function(i) return i end }
print(table_.foo(1)) end