IF ELSE 语句 ZhiHui Xinpian 7月 20, 2020 外壳脚本 IF ELSE语句是脚本的基本语句。要求大家看的懂: 具体语法: <pre>if (condition) { // Executes this block if // condition is true } else { // Executes this block if // condition is false } if ELSE 语句实例 Tagged if else语句 文章导航 Previous Previous post: Shell 基本运算符Next Next post: for 循环 和 While 语句