var clonedSheep=JSON.parse(JSON.stringify(sheep)); //clone array of objects //note: cloning like this will not work with some complex objects such as: ...
確定! 回上一頁