... 50); lua_pushinteger(L, 2); lua_pushnumber(L, 80); lua_pushinteger(L, 3); lua_pushstring(L, 'hello'); lua_settable(L, -3); if (lua_pcall(L, 1, 0, ...
確定! 回上一頁