const obj1 = { a: 1, b: 2, c: 3 }; // this converts the object to string so there will be no reference from // this first object const s ...
確定! 回上一頁