double x=lua_tonumber(L,1); double y=lua_tonumber(L,2); //返回值壓棧,壓入兩個返回值 lua_pushnumber(L,x+y); lua_pushnumber(L,1000);.
確定! 回上一頁