var obj1={x:5};var obj2=obj1;obj1.a=obj1={x:6};console.log(obj1.a); //undefinedconsole.log(obj2.a);//{x:6}自己理解的正好和答案相反,求解
慕丝7291255
相关分类