程式(program) 中的迴圈(loop) 就是在特定程式區塊(block) 中,重複執行相同的工作. Ruby 中有三種迴圈,分別是while 迴圈(while loop) 、 until 迴圈(until loop) ...
確定! 回上一頁