void lua_rawseti (lua_State *L, int index, int n); 等价于 t[n] = v, 这里的 t 是指给定索引 index 处的一个值, 而 v 是栈顶的值。
確定! 回上一頁