摘要: if [ 条件 ];then 代码 fi if [ 条件 ] then 代码 fi if [ 条件 ] then 执行语句 else 执行语句 fi if [ 条件 ] then 执行语句 elif [ 条件 ] then 执行语句 ... elif [ 条件 ] then 执行语句 else 执行 阅读全文
posted @ 2017-08-15 20:45 xiongjiawei 阅读(490) 评论(0) 推荐(0) 编辑