什么是對象 對象就是值的集合 值 : 任意的JS 值 ,如 1 str [] undefined {} function { } //上面是個空的對象 添加 [鍵 值 對 ] 就是對象 鍵 : 值 對 { name : 'tom', // 鍵 : 值 對 }