lua_pop (lua_state, 1); }. 解决方案2-阅读全部然后弹出全部: ... Lua 5.3将 lua_pop 定义为. 1. #define lua_pop(L,n) lua_settop(L, -(n)-1) ...
確定! 回上一頁