阅读背景:

Ruby:如何“下一个”外部循环?

来源:互联网 
file.each_line do |line|
  #skip the first one/not a user
  3.times { next } if first == 1
  first = 2
end
file.each_line do |line|
  #skip the first one/



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: