标签:for sp bs nbsp oo c it vs 循环
1: 1..20(包括20) vs 1...20(不包括20,到19就停止了)
2: loop...do..break until...do
3: next method(跳过本次循环)
4: .each .times
5: .split(",")
Ruby_day[1]循环(while, until, for)和迭代
标签:for sp bs nbsp oo c it vs 循环
原文地址:http://www.cnblogs.com/jypwn/p/4044470.html