Object.entries(obj)
obj
给定对象自身可枚举属性的键值对数组
Object.fromEntries(iterable);是 Object.entries 的反转
Object.entries
iterable
Array
Map
一个由该迭代对象条目提供对应属性的新对象。