void lua_rawgeti (lua_State *L, int index, int n);. 把 t[n] 的值压栈, 这里的 t 是指给定索引 index 处的一个值。 这是一个直接访问;就是说,它不会触发元方法。
確定! 回上一頁