我想知道它的作用:
File.open(filename,"r").each_file do |line|
if (!line.strip.empty? and !line.starts_with?(" "))
....
.....
end
end
特别是什么strip
?谢谢你的时间!
我想知道它的作用:
File.open(filename,"r").each_file do |line|
if (!line.strip.empty? and !line.starts_with?(" "))
....
.....
end
end
特别是什么strip
?谢谢你的时间!