lua_pushvalue (m_luaState, -1); // stack now contains: -1 => table lua_pushnil(m_luaState); // stack now contains: -1 => nil; -2 => table
確定! 回上一頁