兩個json的差異直接印出來不太好找,想要用程式比對只看差異的部分 ... obj2) { const result = {}; if (Object.is(obj1, obj2)) { return undefined; } ...
確定! 回上一頁