Spread an object into a table

后端 未结 0 1918
粉色の甜心
粉色の甜心 2020-12-29 12:29

I\'m looking for a simple (and hopefully neat) way to convert this:

const object = {
    key1: [a, b],
    key2: [x, y, z],
    ...
};

To thi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题