... lua_pop(luaState,1) ; //恢復lua的 ... printf("sum:%d - %d = %ld\n",a,b,lua_tointeger(luaState,-1)) ; lua_pop(luaState,1) ...
確定! 回上一頁