如同大部分的程式語言,shell script 的執行順序是由上而下、依序執行。 ... while condition; do # Run code here while `condition` is true. done.
確定! 回上一頁