The function lua_type(obj) can be used to find out the type of a wrapped Lua object in Python code, as provided by Lua's type() function: > ...
確定! 回上一頁