js var a = {n:1} var b = a a.x = a = {n:2} console.log(a.x) console.log(b.x)

NoSuchKey

猜你喜欢

转载自blog.csdn.net/qq_42667613/article/details/123331926