... lib->name, lib->func, 1); lua_pop(lua_state,1); } ... -1); //最后我们把返回值从栈顶拿掉 lua_pop(lua_state, 1); return sum; } ...
確定! 回上一頁