ES6 if 语句 ES6 typeof 运算符 ES6 if_else 语句 ES6 if 语句 var num = 5 if (num>0) { console.log("number is positive") } ES6 typeof 运算符 ES6 if_else 语句