③LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n);. 注意对应的lua_rawset函数. 设置索引号n的数组值。 这个函数会将值弹出栈。
確定! 回上一頁