lua_getglobal 是宏,其原型为:#define lua_getglobal(L,s) lua_getfield(L, LUA_GLOBALSINDEX, (s))。 每次调用这个宏的时候,都会将Lua代码中与之 ...
確定! 回上一頁