void lua_rawgeti (lua_State *L, int index, int n); 把t[n]的值压栈,index就是luaL_ref中的t,n就是key,比如一些方法,这是一个直接访问,不会触发元方法.
確定! 回上一頁