ES6 for 循环 ES6 switch_case 语句 ES6 for_in 循环 ES6 for 循环 "use strict" for(let temp, i = 0, j = 1; j<30; temp = i, i = j, j = i + temp) console.log(j); ES6 switch_case 语句 ES6 for_in 循环