SOURCE

//JavaScript的对象是一种无序的集合数据类型,它由若干键值对组成。
var ZB = {
  name:"张彬",
  birth:1993,
  
}
console 命令行工具 X clear

                    
>
console