目录 创建 创建方法1 创建方法2 检测key是否存在 方法1 方法2 打印key和value 创建 创建方法1 var student = { name:"Clancey", age:12} 创建方法2 var student = { }; student["name"] =