let a=new Map();
a.set('aa','bb');
a.set('cc','dd');
我的想法是先把values转换为数组,在pop。类似这样[...a.values()].pop()。感觉有点麻烦。请问下有木有 不用转换为数组的方法,
aluckdog
相关分类