for (var name in myobject) { console.log(name + ": " + myobject[name]); }
我的对象可以是你的JSON数据
看看这里的答案:Looping through JSON with node.js