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