var citys={bj:100,sh:200,gz:3000};citys.forEach(function(key){console.log(key); if(key=='sh'){ break; } });`SyntaxError: Illegal break statement