643 LUA_API void lua_rawgeti (lua_State *L, int idx, int n) {. 644 StkId t;. 645 lua_lock(L);. 646 t = index2addr(L, idx);. 647 api_check(L, ttistable(t), ...
確定! 回上一頁