int luaL_ref (lua_State *L, int t); 创建并返回一个引用reference,并将[reference,栈顶值v]加入t对应的表中。 void luaL_unref (lua_State *L, int t, int ref); 解 ...
確定! 回上一頁