lua_State *l = luaL_newstate();; luaL_openlibs(l);; LuaIntf:: LuaContext ctx(l);; ctx.doFile("1.lua");; LuaIntf::LuaRef func(l, "func"); ...
確定! 回上一頁