778 LUA_API void lua_rawseti (lua_State *L, int idx, int n) {. 779 StkId t;. 780 lua_lock(L);. 781 api_checknelems(L, 1);. 782 t = index2addr(L, idx);.
確定! 回上一頁