... void load (lua_State *L,int *width,int *height){ lua_getglobal(L,"width"); //获得Lua中变量的值,将其放入栈中lua_getglobal(L,"height"); ...
確定! 回上一頁