... fResult = lua_tonumber(L, -1); //弹出返回值 lua_pop(L, 1); return fResult; } float sub(lua_State* L, float a, float b){ lua_getglobal(L, ...
確定! 回上一頁