SOURCE

return false;

var obj={
  x:1,y:2
};		//obj是一个{}对象,里边有x属性和y属性
alert(obj.x);
alert(obj.y);
console 命令行工具 X clear

                    
>
console