嵌套对象 - Map是可迭代的

优质
小牛编辑
125浏览
2023-12-01
  1. mapMap.map(i => i * 30);
  2. const mapReduce = Immutable.Map({ a: 10, b: 20, c: 30 });