if-else 语句 if—else语句 进阶 如果没有大括号默认执行下一行代码 bool condition=trueif(condition)if-else 的嵌套 即当条件有俩个或俩个以上时if (){ } esle { if(){ } else{ }}