js two objects in one

后端 未结 0 1333
死守一世寂寞
死守一世寂寞 2021-01-25 02:00

I have a set of datas and a form with some datas:

At first here is the set of Datas:

const set = new Set();

set.add({ data: 1 });
set.add({ data: 2 });


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