L0023 int i; L0024 int n = aux_getn(L, 1); L0025 luaL_checktype(L, 2, LUA_TFUNCTION); L0026 for (i=1; i <= n; i++) { L0027 lua_pushvalue(L, ...
確定! 回上一頁