一个简单的nodejs循环 var array = [1,2,3]; array.forEach(function(item,index){ console.log(item+'--'+index); });