ruby 的循环有以下几种: times方法for语句while语句until语句(与while相反) each方法(与for极度相似,在ruby内部,for语句是用each实现的) loop ...
確定! 回上一頁