4.1 if 结构bash和B shell if 结构的格式是一致的: if [ expr ] then #code block else #code block fi和C++中的if结构类似,else部分可以省略。 C ...
確定! 回上一頁