... i++) { lua_pushvalue(L, 2); /* function */ lua_pushnumber(L, (lua_Number)i); /* 1st argument */ lua_rawgeti(L, 1, i); /* 2nd argument */ lua_call(L, 2, ...
確定! 回上一頁