来自第二维的 lua_pop(L, 1) 在您的迭代之外! while (lua_next(L, -2) != 0) /* table is in the stack at index -2 */ { printf("%s - %s\n", lua_typename(L, ...
確定! 回上一頁