SOURCE
JavaScript
Result
var obj1 = new Object(); var obj2 = obj1; obj1.name = "kangkang"; alert(obj2.name);
console 命令行工具
X
clear
>
console