Skip to content

判断两个对象是否相等

js
JSON.stringify(obj1) === JSON.stringify(obj2)