在Shell Script 中同樣可以使用if..else 條件判斷,特別注意的是在Shell Script ... #!/bin/bash for loop in 1 2 3; do echo "number: $loop" done ...
確定! 回上一頁