孟欣 - 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_34629352/article/details/104012122