是否可以检查某个对象是否真的是指定表的元素?我尝试使用debug.getfenv(o)
但没有用。
someTable = {}
someTable.someValue = "Some String"
--gettable(someTable.someValue)
--so that could return table that stores someValue: someTable
是否可以检查某个对象是否真的是指定表的元素?我尝试使用debug.getfenv(o)
但没有用。
someTable = {}
someTable.someValue = "Some String"
--gettable(someTable.someValue)
--so that could return table that stores someValue: someTable