js forEach(function(){ //跳出循环的})
try{ var array = ["first","second","third","fourth"]; array.forEach(function(item,index){ if(item == "third"){