has an indefinite array
arr = [{a:"",b:"",c:""}] abc
Click the add button to push an object in arr
arr = [{a:"",b:"",c:""},{a:"",b:"",c:""},{a:"",b:"",c:""}]
Click the delete button to delete the corresponding object
arr = [{a:"",b:"",c:""},{a:"",b:"",c:""}]
I want to add an id to each object when clicking add. This id is unique when the id is deleted. The id that has been added will not change at this time.
arr = [{br / p >]