int getfield(lua_State *L,int key); {; int result = 0;; lua_pushnumber(L,key);; lua_gettable(L,-2);; if (!lua_isnumber(L,-1)) ...
確定! 回上一頁