var a = {m:1}; var b = a; a.n = b ={n:1}; console.log(a);console.log(b);

NoSuchKey

猜你喜欢

转载自www.cnblogs.com/spynode/p/9917201.html