循環(huán) if 分支語句 if(true){ ... }else{ goto 語句 while語句 while(true){ break; } for 循環(huán) for (var i = 0; i < m; i++) { }