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