孟欣 - js赋值顺序/var a = {n: 1} var b = a; a.x = a = {n: 2} console.log(a.x); console.log(b.x) 其他 2020-02-05 16:41 0 阅读 NoSuchKey 猜你喜欢