lua_rawgeti (L, -1, 1) <== push mytable[1],作用同下面两行调用 --lua_pushnumber(L, 1) <== push key 1 --lua_rawget(L,-2) <== pop key 1, ...
確定! 回上一頁