③LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n);. 设置索引号n的数组值。 这个函数会将值弹出栈。 赋值是直接的;即不会触发元方法,效率高。
確定! 回上一頁