REACT map dictionary时间:2023-03-08 22:01:08 Object.entries(obj).map(([key, value]) => ( console.log(key); console.log(value); ))