luaL_unref[-0, +0, –] void luaL_unref (lua_State *L, int t, int ref); 释放索引 t 处表的 ref 引用对象(参见 luaL_ref )。此条目会从表中移除以让其引用的对象可被垃圾收集。而引用 ref 也被回收再次使用。 如果 ref 为 LUA_NOREF 或 LUA_REFNIL,luaL_unref 什么也不做。