//lua_rawget(L, -2); //lua_gettable也可以用lua_rawget来替换 cout<<lua_tostring(L, -1)<<endl; lua_pop(L, 1); } } ...
確定! 回上一頁