This is covered by the lua_next function, which iterates over the elements of a table: // table is in the stack at index 't' lua_pushnil(L); // first key ...
確定! 回上一頁