lua_rawseti (L, -2, 4); //将栈顶元素xxa,设置到table中的4号位置,注意lua中的索引从1开始。设置之后,xxa出栈。 len = lua_rawlen(L, -1);.
確定! 回上一頁