在lua中是否可以从表示其名称的字符串执行函数? 即:我有string x = "foo",有可能做到x()吗?
string x = "foo"
x()
如果是,语法是什么?
lua dynamic
dynamic ×1
lua ×1