... lua_tostring(L, i)); } } void clearStack(lua_State* L) { lua_pop(L, ... 1); // 棧index = 3 lua_pop(L, 1); // 從棧頂(最大棧Index)推出一個 ...
確定! 回上一頁