while · until · times: 限制執行次數(建議使用) · for...in: 限制執行次數(不建議使用) · loop: 不限制執行次數,直到遇到break · next if, break if · upto, downto ...
確定! 回上一頁