In contrast to a for loop, a while loop finds use in situations where the number of loop repetitions is not known beforehand. while [condition] do command.
確定! 回上一頁