var a = {m:1}; var b = a; a.n = b ={n:1}; console.log(a);console.log(b); 其他 2018-11-06 19:18 0 阅读 NoSuchKey 猜你喜欢