var json1={ "name":"pearl", "age":24 } for(var key in json1){ console.log(json1[key]); } 1)用for in循环 2)必须使用方括号的形式表示属性