now there is a requirement to judge the difference between the two objects, and awkwardly, there is only a difference in the nesting level between the two objects:: > _ <:
var a = {
1:{
2:{
3:"3"
}
}
}
var b = {
4:{
5:"5"
}
}
The a, b, c attributes of objects are all indefinite, and the number is also indefinite
.is there a simple operation to determine which object it is?