... lua_getglobal(luaState,"sub"); //調用lua中的函數sub lua_pushinteger(luaState,a) ; lua_pushinteger(luaState,b) ; ret = lua_pcall(luaState ...
確定! 回上一頁