I have tried to clone an array using methods such as slice (), concat (), map (), and then use forEach to traverse the array to modify the attribute values of the objects in the array. It is found that the attribute values of the objects in the original array will change accordingly. Is there any way to solve this problem: modify the attribute values of the cloned array objects, and the values of the original array objects can not be changed?