lmarshal.c#L224 lua_newtable(L); for (i=1; i <= ar.nups; i++) { lua_getupvalue(L, -2, i); lua_rawseti(L, -2, i); }. should become.
確定! 回上一頁